change the maxage to 30

This commit is contained in:
2026-03-15 13:45:42 +11:00
parent ee2e030757
commit 28fe932cf3
+1 -1
View File
@@ -21,7 +21,7 @@ export const appConfig: ApplicationConfig = {
}),
provideEffects([staffEffects]),
provideStoreDevtools({
maxAge: 25,
maxAge: 30,
logOnly: !isDevMode()
}),
provideBrowserGlobalErrorListeners(),