fix(backend): decrease deadclick time a bit

This commit is contained in:
Alex K 2023-02-06 16:42:05 +01:00 committed by GitHub
parent e83bc716a2
commit e273492672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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