comment on no count-rows

This commit is contained in:
GroovieGermanikus 2024-03-11 20:35:52 +01:00
parent 276b97a677
commit d8e91af901
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ while true; do
# startup delay
sleep 300;
# should retain about 1 week of data
# no "--count-rows"
RUST_LOG=info /usr/local/bin/cleanupdb --num-slots-to-keep $SLOTS_TO_KEEP;
# every 5 hours
sleep 18000;