diff --git a/VERSION b/VERSION index 88e35a97..3fd96e9b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2012-02-02 16:34:12) stable +Version 1.99.4 (2012-02-02 16:35:38) stable diff --git a/gluon/widget.py b/gluon/widget.py index 4baed549..8858e40c 100644 --- a/gluon/widget.py +++ b/gluon/widget.py @@ -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',