Added the watch and scheduler systems
All checks were successful
CI / check (push) Successful in 1m10s
CI / docker (push) Successful in 2m40s

This commit is contained in:
Connor Johnstone
2026-03-20 16:28:15 -04:00
parent 4ec47252d9
commit 4008b4d838
8 changed files with 54 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ fn test_default_config() {
assert!(!config.tagging.auto_tag);
assert_eq!(config.download.format, "opus");
assert_eq!(config.download.search_source, "ytmusic");
assert_eq!(config.download.rate_limit, 450);
assert_eq!(config.download.rate_limit, 250);
assert_eq!(config.download.rate_limit_auth, 1800);
assert_eq!(config.indexing.concurrency, 4);
assert!(config.allowed_secondary_types.is_empty());