From: Chris Duncan Date: Sat, 14 Jun 2025 19:24:42 +0000 (-0700) Subject: Add release note about error handling. X-Git-Tag: v5.0.0~31 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=4e5d5aaf23b853c1ba758464aab0908bb48f54ca;p=nano-pow.git Add release note about error handling. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 19df1ba..25bf1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,12 @@ fallback option, but it should only be used for testing very low difficulties. However, CPU is now used for all validation since it is fast enough to check a single hash and easier to maintain in one place. +#### Improved error handling and recovery +As stated above, browsers sometimes fail to acquire GPU resources or lost them +in the course of computation. NanoPow now has improved functionality to +gracefully recover from errors and includes timeouts to ensure long-running +requests do not hog system resources. + #### Sample systemd service unit file for NanoPow Server The `docs/` directory now includes a sample service unit file that can be used