Merge "Shorten FLAGS.rpc_response_timeout"

This commit is contained in:
Jenkins 2012-03-06 23:41:19 +00:00 committed by Gerrit Code Review
commit 0e687ee0ed

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