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 fe7e8a6 commit ab367ed
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.18)
private val rateLimiter = RateLimiter.create(0.16)

private val log = LoggerFactory.getLogger(javaClass)

Expand Down

0 comments on commit ab367ed

Please sign in to comment.