diff --git a/src/lib.rs b/src/lib.rs index ddf221a..4d13c14 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,4 +12,4 @@ pub const CACHE_PATH: &str = "cache.json"; /// The amount of milliseconds to wait between performing iterations on the pages. pub const PAGE_ITERATION_INTERVAL: Duration = Duration::from_millis(500); /// The amount of requests to perform in parallel. -pub const CONCURRENT_REQUESTS: i64 = 12; +pub const CONCURRENT_REQUESTS: i64 = 6;