From 1378b4d2b42442b0a94e047056f4423b72a26462 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Fri, 6 Nov 2020 12:00:05 -0800 Subject: [PATCH] Lower notification delay from 200 to 100ms --- webapp/src/octoListener.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/octoListener.ts b/webapp/src/octoListener.ts index fd425111f..da05ad394 100644 --- a/webapp/src/octoListener.ts +++ b/webapp/src/octoListener.ts @@ -35,7 +35,7 @@ class OctoListener { private updatedBlocks: IBlock[] = [] private updateTimeout: NodeJS.Timeout - notificationDelay = 200 + notificationDelay = 100 reopenDelay = 3000 constructor(serverUrl?: string) {