mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-16 04:12:31 +00:00
Previous version was prone to throwing exceptions during shutdown sequence, especially in Peer/Network-related threads. Shutdown now tries to wait for Peer/Network threads to cleanly exit. API call POST /admin/forcesync now tries to grab blockchain lock, with timeout, and then repeatedly sync with requested peer until either fully synced or something unexpected happens.