mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
right now challenges get issued pretty fast; polldelay = 10 seems high
This commit is contained in:
parent
1019a47b31
commit
f2a3f830e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue