Skip to content
  • Alessio Netti's avatar
    Checks on maxNumberOfMessages · 755c388c
    Alessio Netti authored
    - At starting time, the actual MQTT message rate across all plugins is
    computed and compared with the maxNumberOfMessages parameter
    - If the latter is less than the former, the setting is ignored and no
    message cap is imposed
    - This prevents situations in which a low cap prevents readings
    for some sensors from being sent, leading to missing data and potential
    memory leaks
    - The check is repeated any time the sensor config changes
    755c388c