mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
Lower notification delay from 200 to 100ms
This commit is contained in:
parent
9a40ada10d
commit
1378b4d2b4
@ -35,7 +35,7 @@ class OctoListener {
|
||||
private updatedBlocks: IBlock[] = []
|
||||
private updateTimeout: NodeJS.Timeout
|
||||
|
||||
notificationDelay = 200
|
||||
notificationDelay = 100
|
||||
reopenDelay = 3000
|
||||
|
||||
constructor(serverUrl?: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user