feat: run teh data update every 10 min
All checks were successful
On_Push / lint_fmt (push) Successful in 20s
On_Push / lint_clippy (push) Successful in 19s
On_Push / build (push) Successful in 1m26s
On_Push / deploy (push) Successful in 16s

This commit is contained in:
silver 2025-01-26 20:06:46 +00:00
parent 0a4f5281a5
commit 5fcc24a867
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -119,7 +119,7 @@
# modify these # modify these
scripts = { scripts = {
# every 20 min # 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 # groups are updated every hour, offset from teh ldap
"update_users" = "*:05:00"; "update_users" = "*:05:00";
# minecraft stuff is updated at 5am # minecraft stuff is updated at 5am