mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
right now challenges get issued pretty fast; polldelay = 10 seems high
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user