relax lobby socket rate limitation a bit

pull/1699/head
Thibault Duplessis 2016-03-07 23:13:07 +07:00
parent b3f70cb2f0
commit bddd3318eb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ object Lobby extends LilaController {
private val socketConsumer = lila.api.TokenBucket.create(
system = lila.common.PlayApp.system,
size = 10,
rate = 5)
rate = 6)
def socket(apiVersion: Int) = SocketOptionLimited[JsValue](socketConsumer, "lobby") { implicit ctx =>
get("sri") ?? { uid =>