Browse Source

document that persistent history is not affected by buffer limits

tags/v2.11.0-rc1
Shivaram Lingamneni 1 year ago
parent
commit
25e698d57f
2 changed files with 6 additions and 2 deletions
  1. 3
    1
      default.yaml
  2. 3
    1
      traditional.yaml

+ 3
- 1
default.yaml View File

@@ -950,7 +950,9 @@ history:
950 950
 
951 951
     # options to store history messages in a persistent database (currently only MySQL).
952 952
     # in order to enable any of this functionality, you must configure a MySQL server
953
-    # in the `datastore.mysql` section.
953
+    # in the `datastore.mysql` section. enabling persistence overrides the history
954
+    # size limits above (`channel-length`, `client-length`, etc.); persistent
955
+    # history has no limits other than those imposed by expire-time.
954 956
     persistent:
955 957
         enabled: false
956 958
 

+ 3
- 1
traditional.yaml View File

@@ -922,7 +922,9 @@ history:
922 922
 
923 923
     # options to store history messages in a persistent database (currently only MySQL).
924 924
     # in order to enable any of this functionality, you must configure a MySQL server
925
-    # in the `datastore.mysql` section.
925
+    # in the `datastore.mysql` section. enabling persistence overrides the history
926
+    # size limits above (`channel-length`, `client-length`, etc.); persistent
927
+    # history has no limits other than those imposed by expire-time.
926 928
     persistent:
927 929
         enabled: false
928 930
 

Loading…
Cancel
Save