feat: new users will immediately gain access to most services #37

Merged
silver merged 2 commits from #13_add_users_to_skynet-users_on_signup into main 2023-08-06 13:35:46 +00:00
Showing only changes of commit 3134c65106 - Show all commits

View file

@ -101,9 +101,11 @@
# modify these
scripts = {
# every 15 min
"update_data" = "*:0,15,30,45";
#"new_users" = "*:5,20,35,50";
"update_groups" = "*:5,20,35,50";
#"new_users" = "*:5,20,35,50";
# groups are updated every 8 hours
"update_groups" = "00,08,16:00:00";
};
in {