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

fix: make store in memory and file persistence #27

Merged
merged 1 commit into from
Jan 27, 2024
Merged

fix: make store in memory and file persistence #27

merged 1 commit into from
Jan 27, 2024

Conversation

b00f
Copy link
Contributor

@b00f b00f commented Jan 27, 2024

Description

This PR replaces sync.Map with map, because Bot has concurrency guard.

Types of changes

  • Bug fix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (corrections, enhancements, or additions to documentation)
  • Other (please describe):

@b00f b00f requested a review from kehiy as a code owner January 27, 2024 18:30
@kehiy kehiy merged commit db39fff into pagu-project:main Jan 27, 2024
4 checks passed
@b00f b00f deleted the store-map branch January 27, 2024 19:59
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