Skip to content

Commit dd90e7c

Browse files
rahul003jarednielsen
authored andcommitted
Change default save interval to 500 (aws#66)
1 parent e18a8bf commit dd90e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smdebug/core/save_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from smdebug.core.modes import ModeKeys
77
from smdebug.core.utils import step_in_range
88

9-
DEFAULT_SAVE_CONFIG_INTERVAL = 100
9+
DEFAULT_SAVE_CONFIG_INTERVAL = 500
1010
DEFAULT_SAVE_CONFIG_START_STEP = 0
1111
DEFAULT_SAVE_CONFIG_END_STEP = None
1212
DEFAULT_SAVE_CONFIG_SAVE_STEPS = []

0 commit comments

Comments
 (0)