This commit is contained in:
Shivaram Lingamneni
2026-07-07 22:10:04 -07:00
committed by GitHub
parent 9a7bdda6a0
commit 84eb71f72f
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1117,9 +1117,9 @@ history:
# users to query history after disconnections.
grace-period: 1h
# 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. enabling persistence overrides the history
# options to store history messages in a persistent database (MySQL, PostgreSQL
# or SQLite). in order to enable any of this functionality, you must configure
# one of those databases above. 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:
+3 -3
View File
@@ -1088,9 +1088,9 @@ history:
# users to query history after disconnections.
grace-period: 1h
# 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. enabling persistence overrides the history
# options to store history messages in a persistent database (MySQL, PostgreSQL
# or SQLite). in order to enable any of this functionality, you must configure
# one of those databases above. 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: