increase top shouts limit
This commit is contained in:
parent
78986f6001
commit
0cbd8dc162
|
@ -77,7 +77,7 @@ class GitTask:
|
|||
|
||||
|
||||
class ShoutsCache:
|
||||
limit = 50
|
||||
limit = 200
|
||||
period = 60*60 #1 hour
|
||||
lock = asyncio.Lock()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user