Version 2.3.4

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-08 18:16:03 +02:00
parent ced919ca93
commit 3916fec8ed
8 changed files with 26 additions and 18 deletions

View File

@ -10,7 +10,7 @@ loaded = {}
database = {}
locks = {}
THREAD_POOL_SIZE = 10
THREAD_POOL_SIZE = 5
executor = ThreadPoolExecutor(max_workers=THREAD_POOL_SIZE)