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:
parent
30b760483e
commit
25e698d57f
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user