hs: warn about the same cache directory

This is especially relevant for multi-instance simultaneous setups
as we might risk read/write races.
pull/14630/head
Lukas Sismis 8 months ago committed by Victor Julien
parent 15c83be61a
commit 56c1552c3e

@ -127,3 +127,7 @@ disables pruning.
**Note**:
You might need to create and adjust permissions to the default caching folder
path, especially if you are running Suricata as a non-root user.
**Note**:
If you're running multiple Suricata instances, use separate cache folders
for each one to avoid read/write conflicts when they run at the same time.

Loading…
Cancel
Save