You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Sleep for a while to make sure the user's browser has loaded the post-install page and its assets (images, css, js)
588
588
// What if this duration is not long enough? That's impossible -- if the user can't load the simple page in time, how could they install or use Gitea in the future ....
589
589
time.Sleep(3*time.Second)
590
-
if!setting.IsProd {
591
-
time.Sleep(5*time.Second) // sleep more for dev mode, to debug the "post-install" page
592
-
}
593
590
594
591
// Now get the http.Server from this request and shut it down
595
592
// NB: This is not our hammerable graceful shutdown this is http.Server.Shutdown
0 commit comments