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

feat(nft_ingester): improve cancellation of signature fetching #450

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

armyhaylenko
Copy link
Contributor

No description provided.

@armyhaylenko armyhaylenko force-pushed the feature/MTG-1394-improve-shutdown-speed branch from 7b5c364 to 41940b7 Compare March 12, 2025 14:47
let mut rate_guard = rate.lock().unwrap();
*rate_guard = current_rate;
}
*rate.lock().unwrap() = current_rate;
Copy link
Contributor

@kstepanovdev kstepanovdev Mar 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will not it be locked until the end of the scope? Was it fixed in 2024 edition?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'll roll it back as a safeguard but honestly idk

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise ⚰️

@armyhaylenko armyhaylenko force-pushed the feature/MTG-1394-improve-shutdown-speed branch from 41940b7 to c0e9667 Compare March 12, 2025 17:10
Copy link
Collaborator

@StanChe StanChe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you.

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.

3 participants