We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ea890 commit a7fbf4fCopy full SHA for a7fbf4f
modules/tutor/src/main/Env.scala
@@ -46,7 +46,7 @@ final class Env(
46
47
val api = wire[TutorApi]
48
49
- val limit = RateLimit[UserId](credits = 1, duration = 24.hour, key = "tutor.user")
+ val limit = RateLimit[UserId](credits = 3, duration = 24.hour, key = "tutor.user")
50
51
final private class TutorColls(val report: AsyncColl, val queue: AsyncColl)
52
trait NbAnalysis
0 commit comments