mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	#3174 genetate bindata
This commit is contained in:
		@@ -3,7 +3,7 @@ Gogs - Go Git Service [
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
##### Current version: 0.9.30
 | 
					##### Current version: 0.9.32
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| Web | UI  | Preview  |
 | 
					| Web | UI  | Preview  |
 | 
				
			||||||
|:-------------:|:-------:|:-------:|
 | 
					|:-------------:|:-------:|:-------:|
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -329,7 +329,7 @@ SCHEDULE = @every 24h
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[git]
 | 
					[git]
 | 
				
			||||||
; Max number of lines allowed of a single file in diff view.
 | 
					; Max number of lines allowed of a single file in diff view.
 | 
				
			||||||
MAX_GIT_DIFF_LINES = 500
 | 
					MAX_GIT_DIFF_LINES = 1000
 | 
				
			||||||
; Max number of characters of a line allowed in diff view.
 | 
					; Max number of characters of a line allowed in diff view.
 | 
				
			||||||
MAX_GIT_DIFF_LINE_CHARACTERS = 500
 | 
					MAX_GIT_DIFF_LINE_CHARACTERS = 500
 | 
				
			||||||
; Max number of files shown in diff view.
 | 
					; Max number of files shown in diff view.
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							@@ -17,7 +17,7 @@ import (
 | 
				
			|||||||
	"github.com/gogits/gogs/modules/setting"
 | 
						"github.com/gogits/gogs/modules/setting"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const APP_VER = "0.9.31.0628"
 | 
					const APP_VER = "0.9.32.0629"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func init() {
 | 
					func init() {
 | 
				
			||||||
	runtime.GOMAXPROCS(runtime.NumCPU())
 | 
						runtime.GOMAXPROCS(runtime.NumCPU())
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1 +1 @@
 | 
				
			|||||||
0.9.31.0628
 | 
					0.9.32.0629
 | 
				
			||||||
		Reference in New Issue
	
	Block a user