Socket timeout is now int an defaults to 60secs
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 1.99.4 (2011-12-26 13:50:37) stable
|
||||
Version 1.99.4 (2011-12-27 10:15:57) stable
|
||||
|
||||
+3
-2
@@ -555,9 +555,10 @@ def console():
|
||||
help='timeout on shutdown of server (5 seconds)')
|
||||
|
||||
parser.add_option('--socket-timeout',
|
||||
default=1,
|
||||
default=60,
|
||||
type='int',
|
||||
dest='socket_timeout',
|
||||
help='timeout for socket (1 second)')
|
||||
help='timeout for socket (60 second)')
|
||||
|
||||
parser.add_option('-f',
|
||||
'--folder',
|
||||
|
||||
Reference in New Issue
Block a user