mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
double this as sometimes it is too small a range
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user