use term persistence instead of historyBackend

Co-authored-by: Igor Sirotin <igor.sirotin.1012@gmail.com>
This commit is contained in:
Ivan FB 2026-04-23 21:58:17 +02:00 committed by GitHub
parent af1a8849d4
commit bfaf91d02b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')."