shrink service datalogger size from 300 to 30)

This commit is contained in:
Christopher Slowe
2009-02-17 17:22:34 -08:00
parent bdc310f8a6
commit 00771f41fb

View File

@@ -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