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

feat(banned): add warning about performance impact of matching rules

Ilya Averyanov 2 лет назад
Родитель
Сommit
8a4c66dc75
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      changes/ce/feat-12499.en.md

+ 2 - 0
changes/ce/feat-12499.en.md

@@ -3,3 +3,5 @@ Added ability to ban clients by extended rules:
 * by matching client's `username` to a regular expression;
 * by matching client's peer address to an CIDR range.
 
+Warning: large number of matching rules (not tied to a concrete clientid, username or host) will impact performance.
+