fix(backend): decrease deadclick time a bit
This commit is contained in:
parent
e83bc716a2
commit
e273492672
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