Add syndic_jid_forward_cache_hwm configuration

This commit is contained in:
Colton Myers 2015-03-19 10:27:40 -06:00
parent 36192e3d40
commit 46c097389c

View File

@ -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,