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
The easiest way to reproduce this issue is to start syncing a node from scratch while hammering the api with slower queries (pegnetd get txs ADDRESS --asset PEG or something).
The easiest fix might to just add a retry to the sync loop.
The text was updated successfully, but these errors were encountered:
Emyrk
changed the title
Switch SQLLite Libary
Database is Locked panic
Dec 5, 2019
I just wrote a custom script to hammer the node with requests nonstop (concurrently, faster than it can handle them) and was unable to reproduce this behavior.
The easiest way to reproduce this issue is to start syncing a node from scratch while hammering the api with slower queries (
pegnetd get txs ADDRESS --asset PEG
or something).The easiest fix might to just add a retry to the sync loop.
The text was updated successfully, but these errors were encountered: