diff --git a/frontend/src/hooks/logs/configs.ts b/frontend/src/hooks/logs/configs.ts index 2cd2ee5395..95cab7cf1e 100644 --- a/frontend/src/hooks/logs/configs.ts +++ b/frontend/src/hooks/logs/configs.ts @@ -1 +1 @@ -export const HIGHLIGHTED_DELAY = 120000; +export const HIGHLIGHTED_DELAY = 2 * 60 * 1000;