minor: rate limit increase

This commit is contained in:
hrj 2020-07-03 22:17:40 +05:30
parent 1515af5f72
commit 300ff3162d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class RateLimiter extends DBConn {
val stmt = getConn()
val userLastActive = collection.mutable.Map[Int, Long]()
val userAllowance = collection.mutable.Map[Int, Double]()
val rate = 2.0
val rate = 8.0
val per = 45.0
val allowance = rate