You've already forked JapariArchive
Removed persistent aiohttp session and added smaller sessions
This commit is contained in:
@@ -18,7 +18,7 @@ class RuntimeBotData:
|
||||
db : DatabaseController = None
|
||||
vox : VoxClassifier = None
|
||||
classifier : WDClassifier = None
|
||||
session : aiohttp.ClientSession = None
|
||||
#session : aiohttp.ClientSession = None
|
||||
|
||||
xView : XView = None
|
||||
yView : YView = None
|
||||
@@ -33,4 +33,4 @@ class RuntimeBotData:
|
||||
self.yView = YView(self)
|
||||
|
||||
#connector = aiohttp.TCPConnector(limit=60)
|
||||
self.session = aiohttp.ClientSession()
|
||||
#self.session = aiohttp.ClientSession()
|
||||
Reference in New Issue
Block a user