Skip to content
Snippets Groups Projects
Commit bcddc7db authored by François Grand's avatar François Grand
Browse files

app.module.ts: attempt to modify registrationStrategy to registerImmediately

refs #588
parent caa8e2b2
No related branches found
No related tags found
No related merge requests found
Pipeline #140105 passed
......@@ -196,7 +196,7 @@ const appRoutes: Routes = [
enabled: environment.production,
// Register the ServiceWorker as soon as the application is stable
// or after 30 seconds (whichever comes first).
registrationStrategy: 'registerWhenStable:30000'
registrationStrategy: 'registerImmediately'
})
],
declarations: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment