diff --git a/ee/tabby-webserver/src/rate_limit.rs b/ee/tabby-webserver/src/rate_limit.rs index 16abdda8a172..7c103145d8fc 100644 --- a/ee/tabby-webserver/src/rate_limit.rs +++ b/ee/tabby-webserver/src/rate_limit.rs @@ -8,7 +8,7 @@ pub struct UserRateLimiter { rate_limiters: Mutex>, } -static USER_REQUEST_LIMIT_PER_MINUTE: u64 = 30; +static USER_REQUEST_LIMIT_PER_MINUTE: u64 = 60; impl Default for UserRateLimiter { fn default() -> Self {