mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
Change default value of DefaultCommandExecutionTimeout to match cheatsheet (#10581)
This commit is contained in:
parent
5abe1c52de
commit
07f6ae30e4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ var (
|
|||
GlobalCommandArgs []string
|
||||
|
||||
// DefaultCommandExecutionTimeout default command execution timeout duration
|
||||
DefaultCommandExecutionTimeout = 60 * time.Second
|
||||
DefaultCommandExecutionTimeout = 360 * time.Second
|
||||
)
|
||||
|
||||
// DefaultLocale is the default LC_ALL to run git commands in.
|
||||
|
|
Loading…
Reference in a new issue