alamin655 commited on
Commit
531611f
·
unverified ·
1 Parent(s): 70a5a24

Update src/config/parser.rs

Browse files
Files changed (1) hide show
  1. src/config/parser.rs +1 -1
src/config/parser.rs CHANGED
@@ -79,7 +79,7 @@ impl Config {
79
  parsed_threads
80
  };
81
 
82
- let rate_limter = globals.get::<_,HashMap<String, u8>>("rate_limiter")?;
83
 
84
  Ok(Config {
85
  port: globals.get::<_, u16>("port")?,
 
79
  parsed_threads
80
  };
81
 
82
+ let rate_limiter = globals.get::<_,HashMap<String, u8>>("rate_limiter")?;
83
 
84
  Ok(Config {
85
  port: globals.get::<_, u16>("port")?,