]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/manager: (u)sleep slightly longer 5816/head
authorVictor Julien <victor@inliniac.net>
Wed, 3 Feb 2021 11:00:51 +0000 (12:00 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 3 Feb 2021 13:09:43 +0000 (14:09 +0100)
commit17a38f1823adeb9eb059f666686e35509f3a13d2
treefbedc4e3c6d83caf1b3c20280f31d9d43113ff21
parent8baef60d600c5254662633d8275f321a6dafb82c
flow/manager: (u)sleep slightly longer

Sleep 250 microseconds instead of 100 as running in KVM cause the
old value to use 100% CPU for these threads.

Perf testing suggests no measurable impact for the non-KVM case.

Ticket: #4096
src/flow-manager.c