set checking interval for sensoroni on import node

This commit is contained in:
m0duspwnens
2020-08-14 17:10:36 -04:00
parent e4b80ff183
commit 387c26f052

View File

@@ -1080,7 +1080,7 @@ manager_global() {
if [ -z "$SENSOR_CHECKIN_INTERVAL_MS" ]; then
SENSOR_CHECKIN_INTERVAL_MS=10000
if [ "$install_type" = 'EVAL' ] || [ "$install_type" = 'STANDALONE' ]; then
if [ "$install_type" = 'EVAL' ] || [ "$install_type" = 'STANDALONE' ] || [ "$install_type" = 'IMPORT' ]; then
SENSOR_CHECKIN_INTERVAL_MS=1000
fi
fi