Merge pull request #2012 from slingamn/doc_update

document that persistent history is not affected by buffer limits
This commit is contained in:
Shivaram Lingamneni
2022-12-10 20:54:28 -08:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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