From bfaf91d02b226466d0725a11e7400d6d412d5806 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:58:17 +0200 Subject: [PATCH] use term persistence instead of historyBackend Co-authored-by: Igor Sirotin --- standards/application/reliable-channel-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index 9e83d9f..af8bde7 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -241,7 +241,7 @@ types: SdsConfig: type: object fields: - historyBackend: + persistence: type: string default: "memory" description: "Backend for persisting the SDS local history. Implementations MAY support custom backends (e.g., 'memory', 'sqlite')."