mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #2245: revert timeout change in ruby oca
(cherry picked from commit dfe3fda6c36778da739b05064fd802851c98a5a6)
This commit is contained in:
parent
7a8c4c7a98
commit
4e335128a6
@ -86,7 +86,7 @@ module OpenNebula
|
||||
@one_endpoint = "http://localhost:2633/RPC2"
|
||||
end
|
||||
|
||||
timeout=1
|
||||
timeout=nil
|
||||
timeout=options[:timeout] if options[:timeout]
|
||||
|
||||
@server = XMLRPC::Client.new2(@one_endpoint, nil, timeout)
|
||||
|
Loading…
x
Reference in New Issue
Block a user