mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 17:28:31 +02:00
simplify setup process with WebUI
This commit is contained in:
@@ -130,7 +130,7 @@ func (s *Server) stop() {
|
||||
return
|
||||
}
|
||||
|
||||
ctx, cancel := context.WithTimeout(task.RootContext(), 3*time.Second)
|
||||
ctx, cancel := context.WithTimeout(task.RootContext(), 5*time.Second)
|
||||
defer cancel()
|
||||
|
||||
if s.http != nil && s.httpStarted {
|
||||
|
||||
Reference in New Issue
Block a user