Update src/config/parser.rs
This commit is contained in:
parent
70a5a2463b
commit
531611f077
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ impl Config {
|
|||
parsed_threads
|
||||
};
|
||||
|
||||
let rate_limter = globals.get::<_,HashMap<String, u8>>("rate_limiter")?;
|
||||
let rate_limiter = globals.get::<_,HashMap<String, u8>>("rate_limiter")?;
|
||||
|
||||
Ok(Config {
|
||||
port: globals.get::<_, u16>("port")?,
|
||||
|
|
Loading…
Add table
Reference in a new issue