Skip to content

Commit

Permalink
Fix rate
Browse files Browse the repository at this point in the history
  • Loading branch information
imbananko committed Apr 23, 2023
1 parent 21d9ade commit fe7e8a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ChannelMarkupUpdater(

private val queue =
ExtendedCopyOnWriteArrayList<Pair<Int, List<Vote>>>()
private val rateLimiter = RateLimiter.create(0.2)
private val rateLimiter = RateLimiter.create(0.18)

private val log = LoggerFactory.getLogger(javaClass)

Expand Down

0 comments on commit fe7e8a6

Please sign in to comment.