You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my md RAID system performs weekly consistency check, Pidgin UI is frozen between sending and receiving messages, but only when lurch is installed.
I think sqlite uses fsync syscall to commit the database, which I think takes longer to return during my RAID check. It makes Pidgin hard to use on Sundays.
The text was updated successfully, but these errors were encountered:
In order to prevent bugs related to state, I avoided it completely (in axc).
This means that every time you need to access the DB, the file is opened and then closed. I assume that takes a while. It has been on my radar since the beginning, but so far no one complained. Oh well :D
When my md RAID system performs weekly consistency check, Pidgin UI is frozen between sending and receiving messages, but only when lurch is installed.
I think sqlite uses
fsync
syscall to commit the database, which I think takes longer to return during my RAID check. It makes Pidgin hard to use on Sundays.The text was updated successfully, but these errors were encountered: