Commit 9cf9392c authored by Anael Beutot's avatar Anael Beutot
Browse files

FIxed version tag ttl.

parent cfb70ccf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ from ccnode.tags import Tag
logger = logging.getLogger(__name__)


DEFAULT_TAGS = (Tag(u'version', __version__, 1),)
DEFAULT_TAGS = (Tag(u'version', __version__, -1),)


class DefaultHandler(RpcHandler):