3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 00:19:29 +01:00

document that persistent history is not affected by buffer limits

This commit is contained in:
Shivaram Lingamneni 2022-12-06 00:18:59 -05:00
parent 30b760483e
commit 25e698d57f
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). # 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 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: persistent:
enabled: false enabled: false

View File

@ -922,7 +922,9 @@ history:
# options to store history messages in a persistent database (currently only MySQL). # 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 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: persistent:
enabled: false enabled: false