double this as sometimes it is too small a range

This commit is contained in:
Kevin Fenzi 2017-10-10 01:15:16 +00:00
parent 0afcf1c582
commit c29d896faa

View file

@ -2,7 +2,7 @@
# Backup a database *locally* to /backups/.
# Sleep a bit so we do not have a thundering herd on db hosts
sleep $[ ( $RANDOM % 3600 ) + 1 ]s
sleep $[ ( $RANDOM % 7200 ) + 1 ]s
DB=$1