mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
8621888d81
if accumulated size of log file data exceeds some megabytes. Also chart refresh rate should be greater than some 10 seconds so that chart plots can not block the user interface. In functions get_data (for dashboard charts) and get_data2 (for chart in analytics) the pandas resample function is reactivated respectively added to further reduce the amount of data to be transferred to the clients. In function log_data max_bytes and backup_count must be converted to int, when these settings are changed in the settings dialog. |
||
---|---|---|
.. | ||
__init__.py | ||
actor_controller.py | ||
basic_controller2.py | ||
config_controller.py | ||
dashboard_controller.py | ||
fermentation_controller.py | ||
fermenter_recipe_controller.py | ||
job_controller.py | ||
kettle_controller.py | ||
log_file_controller.py | ||
notification_controller.py | ||
plugin_controller.py | ||
recipe_controller.py | ||
satellite_controller.py | ||
sensor_controller.py | ||
step_controller.py | ||
system_controller.py | ||
upload_controller.py |