Browse Source

Change default value of DefaultCommandExecutionTimeout to match cheatsheet (#10581)

tags/v1.10.5
zeripath 5 years ago committed by GitHub
parent
commit
07f6ae30e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/git/command.go

2
modules/git/command.go

@ -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…
Cancel
Save