Skip to content

Commit 21a0691

Browse files
authored
feat: increase Gitea timeout (#1921)
1 parent 3773a29 commit 21a0691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

values/gitea/gitea.gotmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ gitea:
104104
COOKIE_SECURE: true
105105
DOMAIN: {{ $giteaDomain }}
106106
PROVIDER: memory
107-
GC_INTERVAL_TIME: 10
108-
SESSION_LIFE_TIME: 10
107+
GC_INTERVAL_TIME: 3600
108+
SESSION_LIFE_TIME: 3600
109109
webhook:
110110
ALLOWED_HOST_LIST: "*"
111111
server:

0 commit comments

Comments
 (0)