Skip to content

Commit

Permalink
Shorten FLAGS.rpc_response_timeout
Browse files Browse the repository at this point in the history
 * Fixes bug 938287
 * Bump timeout to 60 seconds

Change-Id: I0f38fe0bdfc950386f1fce221069e395e7e81f2a
  • Loading branch information
sleepsonthefloor committed Mar 6, 2012
1 parent 922420f commit a0001c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/rpc/common.py
Expand Up @@ -35,7 +35,7 @@
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'),
]

Expand Down

0 comments on commit a0001c5

Please sign in to comment.