mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 23:49:19 +00:00
- install: immediately schedule filters update procedure after installation is complete
This commit is contained in:
@@ -258,6 +258,8 @@ func handleInstallConfigure(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
go refreshFiltersIfNecessary(false)
|
||||
|
||||
// this needs to be done in a goroutine because Shutdown() is a blocking call, and it will block
|
||||
// until all requests are finished, and _we_ are inside a request right now, so it will block indefinitely
|
||||
if restartHTTP {
|
||||
|
||||
Reference in New Issue
Block a user