docs: include so links to wiki, update SLEEP_TIME default

SLEEP_TIME is now 6 hours instead of 3 because of the default TIMESPAN of 6 hours.
This commit is contained in:
Jef LeCompte
2025-07-20 14:05:49 -07:00
parent f52018fa62
commit b5cec7c951
2 changed files with 20 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
SLEEP_TIME=${SLEEP_TIME:-10800}
SLEEP_TIME=${SLEEP_TIME:-21600}
while true; do
DATE=$(date)