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