Shorten FLAGS.rpc_response_timeout
* Fixes bug 938287 * Bump timeout to 60 seconds Change-Id: I0f38fe0bdfc950386f1fce221069e395e7e81f2a
This commit is contained in:
@@ -35,7 +35,7 @@ rpc_opts = [
|
||||
default=30,
|
||||
help='Size of RPC connection pool'),
|
||||
cfg.IntOpt('rpc_response_timeout',
|
||||
default=3600,
|
||||
default=60,
|
||||
help='Seconds to wait for a response from call or multicall'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user