Skip to content
Snippets Groups Projects
Commit 7d464bec authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Bump message.max.bytes for journal writers

parent df04b777
No related branches found
No related tags found
Loading
......@@ -44,3 +44,4 @@ swh::deploy::storage::config:
brokers: "%{alias('swh::deploy::journal::brokers')}"
prefix: "%{alias('swh::deploy::journal::prefix')}"
client_id: "swh.storage.journal_writer.%{::swh_hostname.short}"
message.max.bytes: 1000000000
......@@ -44,6 +44,7 @@ swh::deploy::storage::config:
brokers: "%{alias('swh::deploy::journal::brokers')}"
prefix: "%{alias('swh::deploy::journal::prefix')}"
client_id: "swh.storage.journal_writer.%{::swh_hostname.short}"
message.max.bytes: 1000000000
# Deploy the indexer storage server as a public resource
swh::deploy::indexer::storage::backend::listen::host: 0.0.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment