From 25e698d57f551bb7338a0f3a67ae00a046fae825 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 6 Dec 2022 00:18:59 -0500 Subject: [PATCH] document that persistent history is not affected by buffer limits --- default.yaml | 4 +++- traditional.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/default.yaml b/default.yaml index 50425552..d4e5cbd0 100644 --- a/default.yaml +++ b/default.yaml @@ -950,7 +950,9 @@ history: # options to store history messages in a persistent database (currently only MySQL). # in order to enable any of this functionality, you must configure a MySQL server - # in the `datastore.mysql` section. + # in the `datastore.mysql` section. enabling persistence overrides the history + # size limits above (`channel-length`, `client-length`, etc.); persistent + # history has no limits other than those imposed by expire-time. persistent: enabled: false diff --git a/traditional.yaml b/traditional.yaml index 3ea879ae..21e46945 100644 --- a/traditional.yaml +++ b/traditional.yaml @@ -922,7 +922,9 @@ history: # options to store history messages in a persistent database (currently only MySQL). # in order to enable any of this functionality, you must configure a MySQL server - # in the `datastore.mysql` section. + # in the `datastore.mysql` section. enabling persistence overrides the history + # size limits above (`channel-length`, `client-length`, etc.); persistent + # history has no limits other than those imposed by expire-time. persistent: enabled: false