File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class SessionConfigs:
1313
1414 #enable max file limit protection, to prevent downloading files that are too large and storing them in memory
1515 dos_protection = True
16- max_file_size = 2 * 1024 * 1024 # 2 MB should be sufficient for most files
16+ max_file_size = 5 * 1024 * 1024 # 5 MB should be sufficient for most files
1717
1818class UserAgents :
1919 #declare identity to websites when connecting
Original file line number Diff line number Diff line change @@ -4,11 +4,19 @@ aiohttp>=3.12.15
44aiosignal >= 1.4.0
55aiosqlite >= 0.21.0
66attrs >= 25.3.0
7+ certifi >= 2026.1.4
8+ charset-normalizer >= 3.4.4
79discord.py >= 2.6.3
10+ filelock >= 3.20.2
811frozenlist >= 1.7.0
912idna >= 3.10
1013multidict >= 6.6.4
1114propcache >= 0.3.2
1215python-dotenv >= 1.1.1
16+ python-magic-bin >= 0.4.14
17+ requests >= 2.32.5
18+ requests-file >= 3.0.1
19+ tldextract >= 5.3.1
1320typing_extensions >= 4.15.0
21+ urllib3 >= 2.6.2
1422yarl >= 1.20.1
You can’t perform that action at this time.
0 commit comments