Commit Graph

5 Commits

Author SHA1 Message Date
Govindas 9e7c5fcbee Preparations for quicker queries (no 50ms delay) feature 2021-10-21 11:00:07 +03:00
Govindas 5a22864650 remove thread pool config option & Use CachedThreadPool to make sure all threads are used properly
CachedThreadPool automatically creates threads on demand and automatically deletes unused threads after 60 seconds of no usage, so we can remove config option
2021-10-21 11:00:06 +03:00
Govindas 5803be55b7 Support missing config options 2021-10-21 11:00:06 +03:00
Govindas 233d21a30b Fix memory leak introduced by last commit 2021-10-21 11:00:06 +03:00
Govindas a132912f6b Switch from gradle to maven (preference) and optimize code 2021-10-21 11:00:05 +03:00