refactor: Created file settings.rs

Add constant values here to have a central management point for any relevant constants

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-11 09:11:46 +11:00
parent d4c3bb08a1
commit 1443d7f605
3 changed files with 3 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
pub const DOWNLOAD_MAX_THREADS: usize = 4;