mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	add default time out for git operations (#6015)
This commit is contained in:
		@@ -188,6 +188,8 @@ menu:
 | 
			
		||||
- `GC_ARGS`: 执行 `git gc` 命令的参数, 比如: `--aggressive --auto`。
 | 
			
		||||
 | 
			
		||||
## Git - 超时设置 (`git.timeout`)
 | 
			
		||||
 | 
			
		||||
- `DEFAUlT`: **360**: Git操作默认超时时间,单位秒
 | 
			
		||||
- `MIGRATE`: **600**: 迁移外部仓库时的超时时间,单位秒
 | 
			
		||||
- `MIRROR`: **300**: 镜像外部仓库的超时时间,单位秒
 | 
			
		||||
- `CLONE`: **300**: 内部仓库间克隆的超时时间,单位秒
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user