mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-17 14:00:01 +02:00
Fix deadlock when sqlite (#5118)
* fix deadlock when sqlite * fix clonelink deadlock on sqlite
This commit is contained in:
parent
47e4efe0c5
commit
616b8f42f9
2 changed files with 18 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue