Commit 41658e82 authored by Antoine Millet's avatar Antoine Millet
Browse files

Better comment

parent 38238809
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):
    '''