mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Define WOODPECKER_FORGE_TIMEOUT server config (#1558)
When a server such as Codeberg has unusually high response time, three seconds may not be enough to fetch the configuration. Signed-off-by: Earl Warren <contact@earl-warren.org> Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
@@ -39,6 +39,7 @@ var Config = struct {
|
||||
Registries model.RegistryService
|
||||
Environ model.EnvironService
|
||||
Forge forge.Forge
|
||||
Timeout time.Duration
|
||||
Membership cache.MembershipService
|
||||
ConfigService config.Extension
|
||||
SignaturePrivateKey crypto.PrivateKey
|
||||
|
||||
Reference in New Issue
Block a user