mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Add syndic_jid_forward_cache_hwm configuration
This commit is contained in:
parent
36192e3d40
commit
46c097389c
@ -242,6 +242,7 @@ VALID_OPTS = {
|
||||
'random_reauth_delay': int,
|
||||
'syndic_event_forward_timeout': float,
|
||||
'syndic_max_event_process_time': float,
|
||||
'syndic_jid_forward_cache_hwm': int,
|
||||
'ssh_passwd': str,
|
||||
'ssh_port': str,
|
||||
'ssh_sudo': bool,
|
||||
@ -559,6 +560,7 @@ DEFAULT_MASTER_OPTS = {
|
||||
'gather_job_timeout': 5,
|
||||
'syndic_event_forward_timeout': 0.5,
|
||||
'syndic_max_event_process_time': 0.5,
|
||||
'syndic_jid_forward_cache_hwm': 100,
|
||||
'ssh_passwd': '',
|
||||
'ssh_port': '22',
|
||||
'ssh_sudo': False,
|
||||
|
Loading…
Reference in New Issue
Block a user