fix: using CPU while idle
This commit is contained in:
committed by
Steve Chavez
parent
f7a2220159
commit
a8452e7a2e
@@ -40,6 +40,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.
|
+ 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(*)`)
|
+ 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
|
- #2294, Disable parallel GC for better performance on higher core CPUs - @steve-chavez
|
||||||
|
- #1076, Fix using CPU while idle - @steve-chavez
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -144,7 +144,7 @@ executable postgrest
|
|||||||
, containers >= 0.5.7 && < 0.7
|
, containers >= 0.5.7 && < 0.7
|
||||||
, postgrest
|
, postgrest
|
||||||
, protolude >= 0.3 && < 0.4
|
, protolude >= 0.3 && < 0.4
|
||||||
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -I2 -qg"
|
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -I0 -qg"
|
||||||
-O2 -Werror -Wall -fwarn-identities
|
-O2 -Werror -Wall -fwarn-identities
|
||||||
-fno-spec-constr -optP-Wno-nonportable-include-path
|
-fno-spec-constr -optP-Wno-nonportable-include-path
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user