mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00:00
Fix deadlock when sqlite (#5118)
* fix deadlock when sqlite * fix clonelink deadlock on sqlite
This commit is contained in:
committed by
techknowlogick
parent
47e4efe0c5
commit
616b8f42f9
@ -57,7 +57,7 @@ func WikiFilenameToName(filename string) (string, error) {
|
||||
|
||||
// WikiCloneLink returns clone URLs of repository wiki.
|
||||
func (repo *Repository) WikiCloneLink() *CloneLink {
|
||||
return repo.cloneLink(true)
|
||||
return repo.cloneLink(x, true)
|
||||
}
|
||||
|
||||
// WikiPath returns wiki data path by given user and repository name.
|
||||
|
Reference in New Issue
Block a user