Loading ccserver/objectsdb.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ from ccserver.orderedset import OrderedSet from ccserver.exceptions import AlreadyRegistered DEFAULT_TTL = 0 TTL_SERVER_DELTA = 2 # Delta to apply for all tags TTL_SERVER_DELTA = 1 # Delta to apply for all tags class ObjectsDB(object): ''' Loading Loading
ccserver/objectsdb.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ from ccserver.orderedset import OrderedSet from ccserver.exceptions import AlreadyRegistered DEFAULT_TTL = 0 TTL_SERVER_DELTA = 2 # Delta to apply for all tags TTL_SERVER_DELTA = 1 # Delta to apply for all tags class ObjectsDB(object): ''' Loading