mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:06:18 +01:00 
			
		
		
		
	add config and update locale
This commit is contained in:
		| @@ -360,7 +360,7 @@ func NewContext() { | ||||
| 	homeDir = strings.Replace(homeDir, "\\", "/", -1) | ||||
|  | ||||
| 	sec = Cfg.Section("repository") | ||||
| 	Repository.PullRequestQueueLength = 10000 | ||||
| 	Repository.PullRequestQueueLength = sec.Key("PULL_REQUEST_QUEUE_LENGTH").MustInt(10000) | ||||
| 	RepoRootPath = sec.Key("ROOT").MustString(path.Join(homeDir, "gogs-repositories")) | ||||
| 	forcePathSeparator(RepoRootPath) | ||||
| 	if !filepath.IsAbs(RepoRootPath) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user