Просмотр исходного кода

document that persistent history is not affected by buffer limits

tags/v2.11.0-rc1
Shivaram Lingamneni 1 год назад
Родитель
Сommit
25e698d57f
2 измененных файлов: 6 добавлений и 2 удалений
  1. 3
    1
      default.yaml
  2. 3
    1
      traditional.yaml

+ 3
- 1
default.yaml Просмотреть файл

@@ -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 Просмотреть файл

@@ -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
 

Загрузка…
Отмена
Сохранить