Skip to content

Fix database corruption caused by the miner being restarted during setup.

Andrew den Exter requested to merge adenexter/tracker-miners:miner-restart into main

Install the signal handlers before starting database setup so if the process is terminated part way through it won't actually exit until the event loop is started and the queued signal handler is processed.

Merge request reports

Loading