Skip to content

Commit a7fbf4f

Browse files
committed
fix tutor limit
1 parent 18ea890 commit a7fbf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tutor/src/main/Env.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class Env(
4646

4747
val api = wire[TutorApi]
4848

49-
val limit = RateLimit[UserId](credits = 1, duration = 24.hour, key = "tutor.user")
49+
val limit = RateLimit[UserId](credits = 3, duration = 24.hour, key = "tutor.user")
5050

5151
final private class TutorColls(val report: AsyncColl, val queue: AsyncColl)
5252
trait NbAnalysis

0 commit comments

Comments
 (0)