forked from Skynet/discord-bot
feat: run teh data update every 10 min
This commit is contained in:
parent
0a4f5281a5
commit
5fcc24a867
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
# modify these
|
||||
scripts = {
|
||||
# every 20 min
|
||||
"update_data" = "*:0,20,40";
|
||||
"update_data" = "*:0,10,20,30,40,50";
|
||||
# groups are updated every hour, offset from teh ldap
|
||||
"update_users" = "*:05:00";
|
||||
# minecraft stuff is updated at 5am
|
||||
|
|
Loading…
Reference in a new issue