0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

Update src/config/parser.rs

This commit is contained in:
alamin655 2023-09-11 11:46:56 +05:30 committed by GitHub
parent 0c0442da25
commit 70a5a2463b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ pub struct Config {
pub upstream_search_engines: Vec<crate::engines::engine_models::EngineHandler>,
pub request_timeout: u8,
pub threads: u8,
pub rate_limter: RateLimiter,
pub rate_limiter: RateLimiter,
}
impl Config {