Skip to content

Commit

Permalink
ref(relay): Remove comment from sample config (#926)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jan-auer authored Apr 19, 2021
1 parent 662a773 commit 37efaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ processing:
enabled: true
kafka_config:
- {name: "bootstrap.servers", value: "kafka:9092"}
- {name: "message.max.bytes", value: 50000000} #50MB or bust
- {name: "message.max.bytes", value: 50000000} # 50MB
redis: redis://redis:6379
geoip_path: "/geoip/GeoLite2-City.mmdb"

0 comments on commit 37efaf2

Please sign in to comment.