From 28fe932cf3252acceb5765ee19d3baedd188d577 Mon Sep 17 00:00:00 2001 From: "kham.vilaythong" Date: Sun, 15 Mar 2026 13:45:42 +1100 Subject: [PATCH] change the maxage to 30 --- UI/src/app/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/src/app/app.config.ts b/UI/src/app/app.config.ts index 74ada26..c1e8d36 100644 --- a/UI/src/app/app.config.ts +++ b/UI/src/app/app.config.ts @@ -21,7 +21,7 @@ export const appConfig: ApplicationConfig = { }), provideEffects([staffEffects]), provideStoreDevtools({ - maxAge: 25, + maxAge: 30, logOnly: !isDevMode() }), provideBrowserGlobalErrorListeners(),