aboutsummaryrefslogtreecommitdiff
path: root/rpkid
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2009-08-24 22:38:57 +0000
committerRob Austein <sra@hactrn.net>2009-08-24 22:38:57 +0000
commitc75f07c17b92c33bb5803bb465e1e4565415df69 (patch)
treeb2abffd8e3d1b88f6fca754cca25e723a0d3eb5d /rpkid
parent4cf293b56d548079b41a398c8c1c61cd9b778e92 (diff)
Update stale comment
svn path=/rpkid/rpki/https.py; revision=2706
Diffstat (limited to 'rpkid')
-rw-r--r--rpkid/rpki/https.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py
index 27d99954..4ee8e3b2 100644
--- a/rpkid/rpki/https.py
+++ b/rpkid/rpki/https.py
@@ -55,10 +55,9 @@ debug_tls_certs = False
want_persistent_client = True
want_persistent_server = True
-# Default HTTP connection timeouts (set very short for initial
-# testing). Given our druthers, we'd prefer that the client close the
-# connection, as this avoids the problem of client starting to reuse
-# connection just as server decides to close it.
+# Default HTTP connection timeouts. Given our druthers, we'd prefer
+# that the client close the connection, as this avoids the problem of
+# client starting to reuse connection just as server closes it.
default_client_timeout = rpki.sundial.timedelta(minutes = 15)
default_server_timeout = rpki.sundial.timedelta(minutes = 20)