fix: was not actually running the update users hourly
This commit is contained in:
parent
3779222a38
commit
a8d3b50748
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
# every 20 min
|
||||
"update_data" = "*:0,20,40";
|
||||
# groups are updated every hour, offset from teh ldap
|
||||
"update_users" = "00:05:00";
|
||||
"update_users" = "*:05:00";
|
||||
};
|
||||
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue