Small tweak

This commit is contained in:
dgtlmoon
2026-01-22 17:19:12 +01:00
parent 445ce88114
commit 1ef29ab1b8
@@ -33,6 +33,10 @@ except ImportError:
# Set to True for mission-critical deployments requiring crash consistency
FORCE_FSYNC_DATA_IS_CRITICAL = bool(strtobool(os.getenv('FORCE_FSYNC_DATA_IS_CRITICAL', 'False')))
# Save interval configuration: How often the background thread saves dirty items
# Default 60 seconds - increase for less frequent saves, decrease for more frequent
DATASTORE_SAVE_INTERVAL_SECONDS = int(os.getenv('DATASTORE_SAVE_INTERVAL_SECONDS', '10'))
# ============================================================================
# Helper Functions for Atomic File Operations