Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-11-02 06:29:17 -05:00
parent 784f7faff6
commit 3f0a53f5e4
3 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
try:
default_min_time = float(os.environ.get('SD_MIN_TIMER', '0.05'))
default_min_time = float(os.environ.get('SD_MIN_TIMER', '0.1'))
except Exception:
default_min_time = 0.1