Removed persistent aiohttp session and added smaller sessions

This commit is contained in:
2026-01-09 14:58:05 +01:00
parent e86e50ff8a
commit 747d01a652
3 changed files with 8 additions and 4 deletions

View File

@@ -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()