mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Reduce alert timeout to sane value
This commit is contained in:
parent
f6fa2f3d5e
commit
eb2a1d1d9c
|
@ -7,7 +7,7 @@ export function showAlert(message: string, severity: AlertSeverity = 'warning',
|
|||
message,
|
||||
title: `${bot ? 'Bot: ' + bot : 'Notification'}`,
|
||||
severity,
|
||||
timeout: 60000,
|
||||
timeout: 5000,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user