add download speed limit setting

This commit is contained in:
2025-10-10 19:44:33 +02:00
parent d7d454a213
commit 573889721f
5 changed files with 26 additions and 8 deletions
+1
View File
@@ -11,6 +11,7 @@ class AppState:
tracker: str = "rutracker"
api_url: str = "https://api.michijackson.xyz"
download_path: str = str(Path.home() / "Downloads")
speed_limit: int = 0
aria2process: Optional[Any] = None
aria2_threads: int = 4