From 531611f077b8a8a371e8ac82595644f6861839e3 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Mon, 11 Sep 2023 11:54:21 +0530 Subject: [PATCH] Update src/config/parser.rs --- src/config/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/parser.rs b/src/config/parser.rs index 9a2f727..c797857 100644 --- a/src/config/parser.rs +++ b/src/config/parser.rs @@ -79,7 +79,7 @@ impl Config { parsed_threads }; - let rate_limter = globals.get::<_,HashMap>("rate_limiter")?; + let rate_limiter = globals.get::<_,HashMap>("rate_limiter")?; Ok(Config { port: globals.get::<_, u16>("port")?,