mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Increase the default gather_job_timeout
If minions are offline, this will increase the total time it takes for the CLI to realize they're offline and stop listening, but I think that's a reasonable tradeoff for decreased issues with missing real returns, like in #8647. Fixes #8647
This commit is contained in:
parent
93562631aa
commit
c09243dd01
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ DEFAULT_MASTER_OPTS = {
|
|||
'keysize': 2048,
|
||||
'transport': 'zeromq',
|
||||
'enumerate_proxy_minions': False,
|
||||
'gather_job_timeout': 5,
|
||||
'gather_job_timeout': 10,
|
||||
'syndic_event_forward_timeout': 0.5,
|
||||
'syndic_max_event_process_time': 0.5,
|
||||
'syndic_jid_forward_cache_hwm': 100,
|
||||
|
|
Loading…
Add table
Reference in a new issue