Shorten FLAGS.rpc_response_timeout

* Fixes bug 938287
 * Bump timeout to 60 seconds

Change-Id: I0f38fe0bdfc950386f1fce221069e395e7e81f2a
This commit is contained in:
Anthony Young
2012-02-21 15:51:32 -08:00
parent 922420faf3
commit a0001c57e7

View File

@@ -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'),
]