Skip to content

Conversation

poldz
Copy link

@poldz poldz commented Sep 10, 2020

Transactional lock, when having too many images dowloaded at 1 time, I am sharing this fix to you, hopefully this will solve download errors

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

The PR uses transactions for all database mutable oprations

⤵️ What is the current behavior?

currently its directly updating to db which causes DB lock when too many images are downloaded to cache

🆕 What is the new behavior (if this is a feature change)?

to any database mutable operations, it uses transactions now

💥 Does this PR introduce a breaking change?

no, as far as I know

🐛 Recommendations for testing

test it with very large image list

📝 Links to relevant issues/docs

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines (code style guide)
  • Relevant documentation was updated
  • Rebased onto current develop

Transactional lock, when having too many images dowloaded at 1 time, I am sharing this fix to you, hopefully this will solve download errors
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.

1 participant