remove lookbehind feature from plugins

This commit is contained in:
Doug Hoyte
2023-08-17 16:29:06 -04:00
parent 11f6eb47a9
commit 93330c4cbc
4 changed files with 5 additions and 53 deletions

View File

@ -52,9 +52,6 @@ config:
- name: relay__writePolicy__plugin
desc: "If non-empty, path to an executable script that implements the writePolicy plugin logic"
default: ""
- name: relay__writePolicy__lookbackSeconds
desc: "Number of seconds to search backwards for lookback events when starting the writePolicy plugin (0 for no lookback)"
default: 0
- name: relay__compression__enabled
desc: "Use permessage-deflate compression if supported by client. Reduces bandwidth, but slight increase in CPU"