fix: tweeked the timing for setting roles automatically
This commit is contained in:
parent
56aaf107d6
commit
8413023a2a
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@
|
||||||
scripts = {
|
scripts = {
|
||||||
# every 20 min
|
# every 20 min
|
||||||
"update_data" = "*:0,20,40";
|
"update_data" = "*:0,20,40";
|
||||||
# groups are updated every 8 hours, offset from teh ldap
|
# groups are updated every hour, offset from teh ldap
|
||||||
"update_users" = "01,09,17:00:00";
|
"update_users" = "*:05:00";
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue