socket timeout = 5 seconds until better solution
This commit is contained in:
@@ -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
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user