mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 23:30:00 +01:00
release: improve page load performance
Previously, we load all releases of a repository which could hurt performance when the repository has a lot of releases. Now we're able to only load releases in current page view we need to show by matching with 'tag_name'.
This commit is contained in:
2
vendor/github.com/gogits/git-module/git.go
generated
vendored
2
vendor/github.com/gogits/git-module/git.go
generated
vendored
@@ -10,7 +10,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const _VERSION = "0.4.12"
|
||||
const _VERSION = "0.4.13"
|
||||
|
||||
func Version() string {
|
||||
return _VERSION
|
||||
|
||||
Reference in New Issue
Block a user