Commit 7487cd46 authored by Julien Muchembled's avatar Julien Muchembled

registry: increase grace period when cleaning old certs

parent 7cdf00d7
......@@ -31,7 +31,7 @@ from . import ctl, tunnel, utils
HMAC_HEADER = "Re6stHMAC"
RENEW_PERIOD = 30 * 86400
GRACE_PERIOD = RENEW_PERIOD
GRACE_PERIOD = 100 * 86400
def rpc(f):
args, varargs, varkw, defaults = inspect.getargspec(f)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment