summaryrefslogtreecommitdiff
path: root/client-web/source/logger.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/logger.ts')
-rw-r--r--client-web/source/logger.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/logger.ts b/client-web/source/logger.ts
index 23f2cf6..935eb20 100644
--- a/client-web/source/logger.ts
+++ b/client-web/source/logger.ts
@@ -40,7 +40,7 @@ export function log(k: LogScope | LogDesc, message: string, ...data: unknown[])
setTimeout(() => {
e.remove()
}, 1000 + 500)
- }, (d.error || d.warn) ? 20000 : 3000)
+ }, (d.error || d.warn) ? 30000 : 3000)
}
}