mirror of
https://github.com/jeremyd/ergo.git
synced 2026-08-03 04:33:05 -07:00
committed by
GitHub
parent
9a7bdda6a0
commit
84eb71f72f
+3
-3
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user