double this as sometimes it is too small a range
This commit is contained in:
parent
0afcf1c582
commit
c29d896faa
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Backup a database *locally* to /backups/.
|
# Backup a database *locally* to /backups/.
|
||||||
|
|
||||||
# Sleep a bit so we do not have a thundering herd on db hosts
|
# 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
|
DB=$1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue