walmartlabs / lacinia

GraphQL implementation in pure Clojure
http://lacinia.readthedocs.io/en/latest/
Other
1.81k stars 162 forks source link

Fix behaviour for default executor #437

Closed tamasjung closed 1 year ago

tamasjung commented 1 year ago

With zero corePoolSize and unlimited queue it doesn't increase the pool size and it keep using one single thread. If the intention was an unlimited queue with limited thread usage and keepAlive functionality with zero minimal thread then this change looks right for that.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.