diff --git a/smdebug/core/save_config.py b/smdebug/core/save_config.py index 422a684af..5955c3d26 100644 --- a/smdebug/core/save_config.py +++ b/smdebug/core/save_config.py @@ -6,7 +6,7 @@ from smdebug.core.modes import ModeKeys from smdebug.core.utils import step_in_range -DEFAULT_SAVE_CONFIG_INTERVAL = 100 +DEFAULT_SAVE_CONFIG_INTERVAL = 500 DEFAULT_SAVE_CONFIG_START_STEP = 0 DEFAULT_SAVE_CONFIG_END_STEP = None DEFAULT_SAVE_CONFIG_SAVE_STEPS = []