From 4e5d5aaf23b853c1ba758464aab0908bb48f54ca Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 14 Jun 2025 12:24:42 -0700 Subject: [PATCH] Add release note about error handling. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.3