Revert parralism

Testing is done, seems to cause issues in the order things happen with the interface.
This commit is contained in:
henk717 2022-02-01 18:58:48 +01:00
parent d68a91ecd3
commit c14e6fe5d2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ eventlet.monkey_patch(all=True, thread=False)
import os
os.system("")
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
os.environ['TOKENIZERS_PARALLELISM'] = 'true'
os.environ['TOKENIZERS_PARALLELISM'] = 'false'
from eventlet import tpool
from os import path, getcwd