Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - sync, cache: update sync atxs limits and increase cache size again #5264

Closed
wants to merge 2 commits into from

Conversation

dshulyak
Copy link
Contributor

long term solution for sync protocol limits is to refactor code to use stream and enforce limits in a way that doesn't require re-compilation (spacemeshos/pm#272).

for cache size, we will soon switch to smarter cache in atxsdata module, but until then we have to keep all atxs in memory.

@dshulyak dshulyak marked this pull request as ready for review November 14, 2023 08:43
@dshulyak dshulyak changed the title update sync atxs limits and increase cache size again sync, cache: update sync atxs limits and increase cache size again Nov 14, 2023
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8a0a6f2) 78.0% compared to head (1d062af) 78.0%.
Report is 3 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #5264   +/-   ##
=======================================
  Coverage     78.0%   78.0%           
=======================================
  Files          266     266           
  Lines        31977   31977           
=======================================
+ Hits         24964   24965    +1     
+ Misses        5499    5498    -1     
  Partials      1514    1514           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dshulyak
Copy link
Contributor Author

bors merge

spacemesh-bors bot pushed a commit that referenced this pull request Nov 14, 2023
…5264)

long term solution for sync protocol limits is to refactor code to use stream and enforce limits in a way that doesn't require re-compilation (spacemeshos/pm#272).

for cache size, we will soon switch to smarter cache in atxsdata module, but until then we have to keep all atxs in memory.
@spacemesh-bors
Copy link

Pull request successfully merged into develop.

Build succeeded:

@spacemesh-bors spacemesh-bors bot changed the title sync, cache: update sync atxs limits and increase cache size again [Merged by Bors] - sync, cache: update sync atxs limits and increase cache size again Nov 14, 2023
@spacemesh-bors spacemesh-bors bot closed this Nov 14, 2023
dshulyak added a commit that referenced this pull request Nov 15, 2023
…5264)

long term solution for sync protocol limits is to refactor code to use stream and enforce limits in a way that doesn't require re-compilation (spacemeshos/pm#272).

for cache size, we will soon switch to smarter cache in atxsdata module, but until then we have to keep all atxs in memory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants