fix: Sensors can temporarily show offline while processing large PCAP jobs. Resolves #3279.

This commit is contained in:
Jason Ertel
2021-03-08 12:05:44 -05:00
parent 94610307b3
commit 84c152e233

View File

@@ -45,7 +45,7 @@
}, },
"sostatus": { "sostatus": {
"refreshIntervalMs": 30000, "refreshIntervalMs": 30000,
"offlineThresholdMs": 60000 "offlineThresholdMs": 900000
}, },
{% if THEHIVEKEY != '' %} {% if THEHIVEKEY != '' %}
"thehive": { "thehive": {