Increase gitea session length
All checks were successful
Check Flake / check-flake (push) Successful in 2m17s

This commit is contained in:
Zuckerberg 2024-02-04 15:48:06 -07:00
parent dc9f5e969a
commit e8dd0cb5ff

View File

@ -31,6 +31,9 @@ in
};
session = {
COOKIE_SECURE = true;
PROVIDER = "db";
SESSION_LIFE_TIME = 259200; # 3 days
GC_INTERVAL_TIME = 259200; # 3 days
};
mailer = {
ENABLED = true;