mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
Make periodic writes (e.g. historical stats) optional #295
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MiguelRipoll23 on GitHub (Apr 20, 2025).
It would be great to have a configuration option to disable or reduce the frequency of these writes. This would allow the software to be more SD-friendly, enabling use in embedded or low-power environments without compromising storage longevity.
@mbecker20 commented on GitHub (Aug 28, 2025):
You can set
KOMODO_MONITORING_INTERVAL=1-hrto only record hourly stats. Accepts all values here: https://docs.rs/komodo_client/latest/komodo_client/entities/enum.Timelength.html