diff options
Diffstat (limited to 'nix/hosts/corrino/www/sso.emile.space.nix')
-rw-r--r-- | nix/hosts/corrino/www/sso.emile.space.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/corrino/www/sso.emile.space.nix b/nix/hosts/corrino/www/sso.emile.space.nix index e51db9a..3a742c5 100644 --- a/nix/hosts/corrino/www/sso.emile.space.nix +++ b/nix/hosts/corrino/www/sso.emile.space.nix @@ -110,7 +110,7 @@ in # we're using a file to store the user information authentication_backend = { - refresh_interval = "20s"; + refresh_interval = "60s"; file = { path = "/var/lib/authelia-main/user.yml"; watch = true; |