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

[Model][Performance] Unnecessary double cs_wallet and cs_main lock. #1298

Merged
merged 1 commit into from
Jan 22, 2020

Conversation

furszy
Copy link

@furszy furszy commented Jan 22, 2020

Fix a double index call locking cs_wallet and cs_main twice in every single model record index request.

@furszy furszy self-assigned this Jan 22, 2020
Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

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

utACK 9d94ea6

@random-zebra random-zebra added this to the 4.1.0 milestone Jan 22, 2020
Copy link
Collaborator

@Fuzzbawls Fuzzbawls left a comment

Choose a reason for hiding this comment

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

utACK 9d94ea6

furszy added a commit that referenced this pull request Jan 22, 2020
…_main lock.

9d94ea6 [Model][Performance] Double index call locking cs_wallet and cs_main twice for every single record fix. (furszy)

Pull request description:

  Fix a double `index` call locking cs_wallet and cs_main twice in every single model record index request.

ACKs for top commit:
  random-zebra:
    utACK 9d94ea6
  Fuzzbawls:
    utACK 9d94ea6

Tree-SHA512: 635b5df450d4522b26651175fcd5d577551ebb54a85704620e022ca17aa84fe948b52e7391e070ee38a7ea14699a45ed57823d14fef2f493810780d9aada575d
@furszy furszy merged commit 9d94ea6 into PIVX-Project:master Jan 22, 2020
@furszy furszy deleted the 2020_double_lock_fix branch November 29, 2022 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants