fix(backend): decrease deadclick time a bit
This commit is contained in:
parent
f34b77af74
commit
c77042dbcd
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import (
|
|||
Output event: IssueEvent
|
||||
*/
|
||||
|
||||
const CLICK_RELATION_TIME = 1400
|
||||
const CLICK_RELATION_TIME = 1234
|
||||
|
||||
type DeadClickDetector struct {
|
||||
lastTimestamp uint64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue