Socket timeout is now int an defaults to 60secs

This commit is contained in:
Massimo Di Pierro
2011-12-27 10:16:19 -06:00
parent e55a7c0848
commit 6b55fce0f7
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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',