| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-27 | Update to work with new path map | UltraQbik | |
| 2024-08-26 | Fix config.py | UltraQbik | |
| 2024-08-26 | Add file man in config.py | UltraQbik | |
| 2024-08-26 | Reworking file fetching | UltraQbik | |
| 2024-08-26 | Add semaphore | UltraQbik | |
| Use semaphore to limit core usage slightly (maybe) Also changed default configs a bit | |||
| 2024-08-26 | Fix major issue with threading and potential bugs | UltraQbik | |
| 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-24 | Move stuff in API | UltraQbik | |
| 2024-08-24 | Update to data streams | UltraQbik | |
| Instead of sending full files, and therefore storing them in ram (which is not always possible), send data in chunks of 64KiB | |||