fas_client: change cron to generate new aliases every 10min instead of once a day
There seems to be a increase in number of people wanting to use their fedoraproject.org alias right away. So, increase the time we generate it. It currently takes 14seconds to run it. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6e7844e5e6
commit
e200f371dc
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
00 19 * * * root /usr/local/bin/lock-wrapper fasClient "/bin/sleep $(($RANDOM \% 45)); /usr/bin/fasClient -ia | /usr/local/bin/nag-once fassync 1d 2>&1"
|
||||
*/10 * * * * root /usr/local/bin/lock-wrapper fasClient "/bin/sleep $(($RANDOM \% 45)); /usr/bin/fasClient -ia | /usr/local/bin/nag-once fassync 1d 2>&1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue