mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-21 18:37:50 +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.