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, UnknownObjectError DEFAULT_TTL = 0 TTL_SERVER_DELTA = 1 # Delta to apply for all tags TTL_SERVER_DELTA = 1 # Delta to apply to TTL 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, UnknownObjectError DEFAULT_TTL = 0 TTL_SERVER_DELTA = 1 # Delta to apply for all tags TTL_SERVER_DELTA = 1 # Delta to apply to TTL for all tags class ObjectsDB(object): ''' Loading