minor: rate limit increase
This commit is contained in:
parent
1515af5f72
commit
300ff3162d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue