Lower notification delay from 200 to 100ms

This commit is contained in:
Chen-I Lim 2020-11-06 12:00:05 -08:00
parent 9a40ada10d
commit 1378b4d2b4

View File

@ -35,7 +35,7 @@ class OctoListener {
private updatedBlocks: IBlock[] = []
private updateTimeout: NodeJS.Timeout
notificationDelay = 200
notificationDelay = 100
reopenDelay = 3000
constructor(serverUrl?: string) {