fix(backend): decrease deadclick time a bit

This commit is contained in:
Alex K 2023-02-06 16:42:05 +01:00 committed by Taha Yassine Kraiem
parent f34b77af74
commit c77042dbcd

View file

@ -21,7 +21,7 @@ import (
Output event: IssueEvent
*/
const CLICK_RELATION_TIME = 1400
const CLICK_RELATION_TIME = 1234
type DeadClickDetector struct {
lastTimestamp uint64