fix: using CPU while idle

This commit is contained in:
steve-chavez
2022-05-31 12:17:36 -05:00
committed by Steve Chavez
parent 9aa400c8f3
commit 1cdc9169c7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -57,6 +57,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ When using a column or FK as target for embedding(`/tbl?select=*,col-or-fk(*)`), only tables are now detected and views are not.
+ You can still use a column or an inferred FK on a view to embed a table(`/view?select=*,col-or-fk(*)`)
- #2294, Disable parallel GC for better performance on higher core CPUs - @steve-chavez
- #1076, Fix using CPU while idle - @steve-chavez
### Changed