Update interactionThreshold to 5 seconds in bestellformular.js

This commit is contained in:
Andreas Hnida 2024-04-27 13:43:10 +02:00
commit 2d2c6ce370

View file

@ -2,7 +2,7 @@
const debugEnabled = false const debugEnabled = false
const mouseDebugEnabled = false const mouseDebugEnabled = false
const zsrCheckEnabled = false const zsrCheckEnabled = false
const interactionThreshold = 15 // Time in seconds const interactionThreshold = 5 // Time in seconds
const interactionCountThreshold = 5 // Number of interactions const interactionCountThreshold = 5 // Number of interactions
let botDetected = false let botDetected = false