Merge "Fix a docstring typo in impl_pika.py"
This commit is contained in:
commit
3f393e521c
@ -113,7 +113,7 @@ rpc_opts = [
|
|||||||
help="Reconnecting retry count in case of connectivity problem during "
|
help="Reconnecting retry count in case of connectivity problem during "
|
||||||
"sending RPC message, -1 means infinite retry. If actual "
|
"sending RPC message, -1 means infinite retry. If actual "
|
||||||
"retry attempts in not 0 the rpc request could be processed more "
|
"retry attempts in not 0 the rpc request could be processed more "
|
||||||
"then one time"
|
"than one time"
|
||||||
),
|
),
|
||||||
cfg.FloatOpt(
|
cfg.FloatOpt(
|
||||||
'rpc_retry_delay', default=0.25,
|
'rpc_retry_delay', default=0.25,
|
||||||
|
Loading…
Reference in New Issue
Block a user