mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Change default value of DefaultCommandExecutionTimeout to match cheatsheet (#10581)
This commit is contained in:
		@@ -22,7 +22,7 @@ var (
 | 
				
			|||||||
	GlobalCommandArgs []string
 | 
						GlobalCommandArgs []string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// DefaultCommandExecutionTimeout default command execution timeout duration
 | 
						// 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.
 | 
					// DefaultLocale is the default LC_ALL to run git commands in.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user