Closed wojciechos closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.60%. Comparing base (
5cd51d8
) to head (aea2165
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Increased the default db-cache-size from 8MB to 1GiB to improve sync performance. Profiling showed high CPU usage and frequent DB access during block sync, particularly with larger blocks. This cache increase helps reduce I/O overhead and speeds up access to stored data, resulting in better performance for syncing nodes.