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 initial sync locks the database to insert up to 100,000 coins, which can take quite a long time. All of the queues are running at the same time, which can cause a "Database is locked" error and peers to be banned unnecessarily.
The text was updated successfully, but these errors were encountered:
The initial sync locks the database to insert up to 100,000 coins, which can take quite a long time. All of the queues are running at the same time, which can cause a "Database is locked" error and peers to be banned unnecessarily.
The text was updated successfully, but these errors were encountered: