increase top shouts limit

This commit is contained in:
knst-kotov 2022-01-08 12:11:12 +03:00
parent 78986f6001
commit 0cbd8dc162

View File

@ -77,7 +77,7 @@ class GitTask:
class ShoutsCache: class ShoutsCache:
limit = 50 limit = 200
period = 60*60 #1 hour period = 60*60 #1 hour
lock = asyncio.Lock() lock = asyncio.Lock()