mirror of https://gitee.com/bigwinds/arangodb
higher timeout
This commit is contained in:
parent
85308fa7f3
commit
6e3cf20876
|
@ -8,7 +8,7 @@ def read_socket (socket)
|
|||
response = ""
|
||||
|
||||
while true
|
||||
rs = IO.select([socket], [ ], [ ], 2)
|
||||
rs = IO.select([socket], [ ], [ ], 5)
|
||||
|
||||
if rs === nil
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue