Skip to content

Commit

Permalink
Forgejo: 30 minute-ish migration timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling authored Jul 2, 2024
1 parent d6859bd commit 76841f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/forgejo/forgejo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ spec:
FORGEJO__database__USER: "forgejo"
FORGEJO__database__PASSWD: ${SECRET_FORGEJO_DB_PASSWORD}
FORGEJO__federation__ENABLED: "false"
FORGEJO__git.timeout__MIGRATE: "1000"
FORGEJO__git.timeout__MIRROR: "1000"
FORGEJO__git.timeout__MIGRATE: "2000"
FORGEJO__git.timeout__MIRROR: "2000"
FORGEJO__mailer__ENABLED: "true"
FORGEJO__mailer__PROTOCOL: "smtp+starttls"
FORGEJO__mailer__SMTP_ADDR: "${SECRET_SMTP_DOMAIN}"
Expand Down

0 comments on commit 76841f9

Please sign in to comment.