mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
shrink service datalogger size from 300 to 30)
This commit is contained in:
@@ -175,7 +175,7 @@ class DataLogger(object):
|
||||
interval is provided
|
||||
"""
|
||||
|
||||
def __init__(self, maxlen = 300):
|
||||
def __init__(self, maxlen = 30):
|
||||
self._list = []
|
||||
self.maxlen = maxlen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user