This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Change default value of DefaultCommandExecutionTimeout to match cheatsheet (
#10581
)
tags/v1.12.0-dev
zeripath
GitHub
5 years ago
parent
e16aa269a1
commit
e81c66a53b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/git/command.go
+ 1
- 1
modules/git/command.go
View File
@@ -22,7 +22,7 @@ var (
GlobalCommandArgs []string
// DefaultCommandExecutionTimeout default command execution timeout duration
DefaultCommandExecutionTimeout = 60 * time.Second
DefaultCommandExecutionTimeout =
3
60 * time.Second
)
// DefaultLocale is the default LC_ALL to run git commands in.
Write
Preview
Loading…
Cancel
Save