right now challenges get issued pretty fast; polldelay = 10 seems high

This commit is contained in:
Seth Schoen 2012-07-14 23:30:01 -07:00
parent 1019a47b31
commit f2a3f830e6

View file

@ -269,7 +269,7 @@ class session(object):
# do what the daemon does, and then return the challenges instead
# of returning proceed.
r.proceed.timestamp = int(time.time())
r.proceed.polldelay = 10
r.proceed.polldelay = 4
def handleexistingsession(self, m, r):
if m.request.IsInitialized():