fix #1572 fix file histrory paging issue
This commit is contained in:
parent
2db785b3ed
commit
3b62a0fe0e
6 changed files with 23 additions and 69 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.7.2.1109 Beta"
|
||||
const APP_VER = "0.7.4.1110 Beta"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue