From 32220f48f997571f0fd621621e903443fbab9fc6 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Tue, 20 Feb 2024 21:30:10 +0200 Subject: [PATCH] Update docs/release-notes/release-notes-0.9.11.md Co-authored-by: Marnix <93143998+MarnixCroes@users.noreply.github.com> --- docs/release-notes/release-notes-0.9.11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.9.11.md b/docs/release-notes/release-notes-0.9.11.md index 835e7b14c..6210a12d6 100644 --- a/docs/release-notes/release-notes-0.9.11.md +++ b/docs/release-notes/release-notes-0.9.11.md @@ -45,7 +45,7 @@ Note that currently only Python 3.8, 3.9, 3.10 and 3.11 are supported, not Pytho ### Performance improvements -Lots of performance improvements made in wallet code that makes big impact especially with old wallets, with a lots of transaction history (in extreme cases time needed for some operations was improved from 40+ minutes to around 10 seconds). +Lots of performance improvements made in wallet code that makes big impact especially with old wallets, with a lots of transaction history (in extreme cases, the time needed for some operations was improved from 40+ minutes to around 10 seconds). This involves caching some computed data in wallet, for cases when if there is some bug with this discovered, new configuration option `wallet_caching_disabled` is added to `joinmarket.cfg`, which allows to disable it when syncing the wallet.