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 4fc13a1c8f
commit b47b7ea935
3 changed files with 3 additions and 5 deletions

View File

@ -0,0 +1 @@
pub const DOWNLOAD_MAX_THREADS: usize = 4;