Commit 810066d3 authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed cc-node workaround with infinite ttl

parent ad73f9bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ class RemoteTag(BaseTag):
    def __init__(self, name, callback, ttl=None):
        super(RemoteTag, self).__init__(name)
        self._callback = callback
        self._ttl = ttl if ttl != -1 else None   #FIXME: ANAEL !!!!
        self._ttl = ttl
        self._cache_last_update = None
        self._cache_value = u''