gui icon indicating copy to clipboard operation
gui copied to clipboard

FlushStateToDisk freezes the GUI

Open hebasto opened this issue 2 years ago • 0 comments

Using a large -dbcache leads to "minutes" longs leveldb cache flushes. Right now, the GUI freezes during FlushStateToDisk which means one can't even bring the window to the front.

It would be great to either display a modal dialog "flushing database state" (and lock GUI interactions) or even allow interacting with the GUI during a flush (may be non trivial to solve).

Moved from bitcoin/bitcoin#18137.

hebasto avatar Aug 03 '22 15:08 hebasto