change the maxage to 30
This commit is contained in:
@@ -21,7 +21,7 @@ export const appConfig: ApplicationConfig = {
|
||||
}),
|
||||
provideEffects([staffEffects]),
|
||||
provideStoreDevtools({
|
||||
maxAge: 25,
|
||||
maxAge: 30,
|
||||
logOnly: !isDevMode()
|
||||
}),
|
||||
provideBrowserGlobalErrorListeners(),
|
||||
|
||||
Reference in New Issue
Block a user