mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Increase how many statuses are stored.
This commit is contained in:
parent
d182a2f186
commit
9b21f1da90
@ -20,7 +20,7 @@ class History(object):
|
|||||||
MAX_UPLOAD_STATUSES = 10
|
MAX_UPLOAD_STATUSES = 10
|
||||||
MAX_MAPUPDATE_STATUSES = 20
|
MAX_MAPUPDATE_STATUSES = 20
|
||||||
MAX_PUBLISH_STATUSES = 20
|
MAX_PUBLISH_STATUSES = 20
|
||||||
MAX_RETRIEVE_STATUSES = 20
|
MAX_RETRIEVE_STATUSES = 40
|
||||||
|
|
||||||
def __init__(self, stats_provider=None):
|
def __init__(self, stats_provider=None):
|
||||||
self.stats_provider = stats_provider
|
self.stats_provider = stats_provider
|
||||||
|
Loading…
Reference in New Issue
Block a user