Fix out-of-memory crash in herald #83

Merged
jackrobison merged 2 commits from remove-inefficient-cache into master 2022-08-19 00:32:36 +02:00
jackrobison commented 2022-08-19 00:23:15 +02:00 (Migrated from github.com)

This removes hashX_history_cache, a cache that was redundant (vs hashX_raw_history_cache and history_tx_info_cache) and would cause memory usage spikes upon new blocks (trying to pre-cache address histories).

This removes `hashX_history_cache`, a cache that was redundant (vs `hashX_raw_history_cache` and `history_tx_info_cache`) and would cause memory usage spikes upon new blocks (trying to pre-cache address histories).
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/hub#83
No description provided.