mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 11:40:33 -07:00
fix: increased hid pruning time to 20 minutes
This commit is contained in:
parent
3e8d6512e1
commit
39f9a02c98
2 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,7 @@ func (mod *HIDRecon) onDeviceDetected(buf []byte) {
|
|||
}
|
||||
}
|
||||
|
||||
var maxDeviceTTL = 10 * time.Minute
|
||||
var maxDeviceTTL = 20 * time.Minute
|
||||
|
||||
func (mod *HIDRecon) devPruner() {
|
||||
mod.waitGroup.Add(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue