mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
import uses persistent toasts
This commit is contained in:
@@ -33,7 +33,7 @@ class ImportContext {
|
||||
async increaseProgressCount() {
|
||||
this.progressCount++;
|
||||
|
||||
if (Date.now() - this.lastSentCountTs >= 1000) {
|
||||
if (Date.now() - this.lastSentCountTs >= 300) {
|
||||
this.lastSentCountTs = Date.now();
|
||||
|
||||
await ws.sendMessageToAllClients({
|
||||
|
||||
Reference in New Issue
Block a user