mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
prettier progress count
This commit is contained in:
@@ -20,7 +20,7 @@ class ExportContext {
|
||||
async increaseProgressCount() {
|
||||
this.progressCount++;
|
||||
|
||||
if (Date.now() - this.lastSentCountTs >= 200) {
|
||||
if (Date.now() - this.lastSentCountTs >= 500) {
|
||||
this.lastSentCountTs = Date.now();
|
||||
|
||||
await messagingService.sendMessageToAllClients({
|
||||
|
||||
Reference in New Issue
Block a user