From 7b32322105ac7b0357de9b9325a1bfeae3dcf8ef Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 12 Dec 2007 14:01:51 +0000 Subject: [PATCH] restoring operations default settings for breakpoint mode --- source/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/utils.py b/source/utils.py index e3c966e..35496ed 100644 --- a/source/utils.py +++ b/source/utils.py @@ -169,9 +169,9 @@ import select, sys, string # enabling this will cause the node to ask for breakpoint-mode at startup # production code should read False/False -PROMPT_MODE=True +PROMPT_MODE=False # default for when prompt is turned off, or it's on but the timeout triggers -BREAKPOINT_MODE=True +BREAKPOINT_MODE=False # in seconds : if no input, proceed PROMPT_TIMEOUT=5 -- 2.47.0