socket timeout = 5 seconds until better solution

This commit is contained in:
Massimo Di Pierro
2012-02-02 16:35:40 -06:00
parent bd3c21b2eb
commit b829109e33
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.4 (2012-02-02 16:34:12) stable
Version 1.99.4 (2012-02-02 16:35:38) stable
+2 -2
View File
@@ -555,10 +555,10 @@ def console():
help='timeout on shutdown of server (5 seconds)')
parser.add_option('--socket-timeout',
default=60,
default=5,
type='int',
dest='socket_timeout',
help='timeout for socket (60 second)')
help='timeout for socket (5 second)')
parser.add_option('-f',
'--folder',