From 7db84acd3468468902f17523c6477414f7f5ef6e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 2 Nov 2022 22:24:06 +0100 Subject: [PATCH] Notify of entity scan timeouts on the console instead of creating tons of notifications --- .../http/webapp/src/components/panels/Entities/Index.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue index 9673ce1756..b43a65d1c0 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue @@ -188,11 +188,7 @@ export default { delete self.entityTimeouts[id] self.errorEntities[id] = entity - self.notify({ - error: true, - title: entity.plugin, - text: `Scan timeout for ${entity.name}`, - }) + console.warn(`Scan timeout for ${entity.name}`) }, this.entityScanTimeout * 1000) obj[id] = true