mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Set eventlet threadpool size back to 1
This commit is contained in:
@ -10,7 +10,7 @@ import eventlet
|
|||||||
eventlet.monkey_patch(all=True, thread=False)
|
eventlet.monkey_patch(all=True, thread=False)
|
||||||
import os
|
import os
|
||||||
os.system("")
|
os.system("")
|
||||||
os.environ['EVENTLET_THREADPOOL_SIZE'] = '50'
|
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
||||||
from eventlet import tpool
|
from eventlet import tpool
|
||||||
|
|
||||||
from os import path, getcwd
|
from os import path, getcwd
|
||||||
|
Reference in New Issue
Block a user