Update interactionThreshold to 5 seconds in bestellformular.js
This commit is contained in:
parent
6a2a28a0f3
commit
2d2c6ce370
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
const debugEnabled = false
|
||||
const mouseDebugEnabled = false
|
||||
const zsrCheckEnabled = false
|
||||
const interactionThreshold = 15 // Time in seconds
|
||||
const interactionThreshold = 5 // Time in seconds
|
||||
const interactionCountThreshold = 5 // Number of interactions
|
||||
let botDetected = false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue