mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 12:13:28 +00:00
e59f832218
The issue was that when a node was successfully polled but returned empty storage (e.g., due to API permissions), it was still marked as 'successfully polled'. This prevented the preservation logic from keeping existing storage data. Now if a node returns empty storage but we have existing storage for that node, we don't mark it as polled, allowing the preservation logic to keep the data. This should fix the issue where storage disappears from one node in #448.