# Time Server Configuration
# Copy this file to .env and customize as needed
# NTP Servers (comma-separated list)
# TIME_SERVER_NTP_SERVERS=time.cloudflare.com,time.google.com,time.apple.com,0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org
# NTP timeout in seconds (0.5 to 10.0)
# TIME_SERVER_NTP_TIMEOUT=2.0
# Maximum outlier deviation in milliseconds (100.0 to 60000.0)
# TIME_SERVER_MAX_OUTLIER_DEVIATION_MS=5000.0
# Minimum number of sources required (1 to 10)
# TIME_SERVER_MIN_SOURCES=3
# Maximum disagreement before warning in milliseconds (10.0 to 5000.0)
# TIME_SERVER_MAX_DISAGREEMENT_MS=250.0
# Number of servers to query in fast mode (2 to 10)
# TIME_SERVER_FAST_MODE_SERVER_COUNT=4