-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Prevent frontend request pending #10992
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
Comments
确认了下,SQLite WAL 模式下写入时不会阻塞查询,所以重构内存表意义不大。 目前需要确认的问题是某些情况下请求会被 pending,导致用户编辑时看上去正常,实际上数据并未写入从而导致数据丢失。 |
88250
added a commit
that referenced
this issue
Apr 12, 2024
已经确认并修复,是因为 sql queue 中的锁使用不当造成了死锁。 |
@88250 这个 issue 的 Milestones 应该要改一下 |
多谢提醒。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: