ghoober

Results 5 comments of ghoober

@SomberNight Is it still worth working on a fix / automatic workaround for this issue? Would this concept have any chance at all: Warn in the logs occasionally if flush...

You are right, properly restarting from within Python is not trivial. Also shell solutions I could think of all had problems. So I suggest this extended documentation so that users...

Autocompact history via shell script: https://github.com/ghoober/electrumx

I moved the exception to the end of the flush function so that the current work will still be flushed. Will update the PR after testing.

Cleaned up a bit. Finally the last flush should work, too. I am thinking about adding a sys.exit(8) code so that it is easier to deal with the error from...