double production of boardimage PNGs

tvRefactor
Thibault Duplessis 2018-03-30 17:25:35 +02:00
parent 2cc049a86d
commit 1b4b043528
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ object Export extends LilaController {
}
private val PngRateLimitGlobal = new lila.memo.RateLimit[String](
credits = 120,
credits = 240,
duration = 1 minute,
name = "export PNG global",
key = "export.png.global"