about summary refs log tree commit diff
path: root/src/config.py
AgeCommit message (Collapse)Author
2024-08-31Add PyScript testUltraQbik
2024-08-30Update argparseUltraQbik
Renamed --dont-compress-path to --compress-path Moved compressed path prefix to config.py
2024-08-29Make own timeoutUltraQbik
Built-in time out didn't work for some reason
2024-08-29Allow more connectionsUltraQbik
Allow 32768 total connections (although, more could be allowed) Allow 64 connections at once
2024-08-28Fixed logging and added LOGGER_PATH into config.pyUltraQbik
2024-08-28Update file manUltraQbik
2024-08-27Update to work with new path mapUltraQbik
2024-08-26Fix config.pyUltraQbik
2024-08-26Add file man in config.pyUltraQbik
2024-08-26Reworking file fetchingUltraQbik
2024-08-26Add semaphoreUltraQbik
Use semaphore to limit core usage slightly (maybe) Also changed default configs a bit
2024-08-26Fix major issue with threading and potential bugsUltraQbik
Thread list was not cleared, so it was accumulating a ton of dead threads, now it should be fixed, as each thread removes itself at the end of request Added limit to how much data the client can send, as currently client data streams are unsupported Do minor renaming and allow to switch between HTTP and HTTPs
2024-08-24Move stuff in APIUltraQbik
2024-08-24Update to data streamsUltraQbik
Instead of sending full files, and therefore storing them in ram (which is not always possible), send data in chunks of 64KiB