fix: disable parallel GC for perf on high-core CPU
This commit is contained in:
committed by
Steve Chavez
parent
e4cdb8c491
commit
9aa400c8f3
@@ -56,6 +56,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- #2277, #2238, #1643, Prevent views from breaking one-to-many/many-to-one embeds when using column or FK as target - @steve-chavez
|
||||
+ 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
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user