mirror of
https://github.com/go-gitea/gitea
synced 2025-07-10 04:27:22 +00:00
@ -59,8 +59,8 @@ func (g *Manager) start() {
|
||||
go func() {
|
||||
defer func() {
|
||||
close(startupDone)
|
||||
// Close the unused listeners and ignore the error here there's not much we can do with it, they're logged in the CloseProvidedListeners function
|
||||
_ = CloseProvidedListeners()
|
||||
// Close the unused listeners
|
||||
closeProvidedListeners()
|
||||
}()
|
||||
// Wait for all servers to be created
|
||||
g.createServerCond.L.Lock()
|
||||
|
Reference in New Issue
Block a user