提交 50810920 编写于 作者: B Benjamin Pasero

notifications - increase purge delay

上级 a9b44c20
......@@ -40,8 +40,8 @@ export class NotificationsToasts extends Themable {
private static PURGE_TIMEOUT: { [severity: number]: number } = (() => {
const intervals = Object.create(null);
intervals[Severity.Info] = 5000;
intervals[Severity.Warning] = 10000;
intervals[Severity.Info] = 10000;
intervals[Severity.Warning] = 12000;
intervals[Severity.Error] = 15000;
return intervals;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册