Skip to content

Commit 37efaf2

Browse files
authored
ref(relay): Remove comment from sample config (#926)
This comment has unprofessional tone and does not serve any purpose. Since this is copied to every onpremise installation and I keep copying this code to public issue comments, it's better removed.
1 parent 662a773 commit 37efaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relay/config.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ processing:
88
enabled: true
99
kafka_config:
1010
- {name: "bootstrap.servers", value: "kafka:9092"}
11-
- {name: "message.max.bytes", value: 50000000} #50MB or bust
11+
- {name: "message.max.bytes", value: 50000000} # 50MB
1212
redis: redis://redis:6379
1313
geoip_path: "/geoip/GeoLite2-City.mmdb"

0 commit comments

Comments
 (0)