up to 5 ublog posts per day

hotfix-tablebase
Thibault Duplessis 2021-09-11 12:04:24 +02:00
parent 49141e188d
commit 1e3ed2f371
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ final class Ublog(env: Env) extends LilaController(env) {
}
private val CreateLimitPerUser = new lila.memo.RateLimit[UserModel.ID](
credits = 10 * 3,
credits = 5 * 3,
duration = 24.hour,
key = "ublog.create.user"
)