Page MenuHomeSoftware Heritage

counters: allow to consume big messages of the directory topic
ClosedPublic

Authored by vsellier on Apr 1 2021, 12:37 PM.

Details

Summary

500*1024*1024 size is empirical, it's known to be working for the
graph's journal client. 100*1024*1024 is not enough

Related to T3190

Test Plan
diff origin/production/counters1.internal.softwareheritage.org current/counters1.internal.softwareheritage.org
*******************************************
  File[/etc/softwareheritage/counters/journal_client.yml] =>
   parameters =>
     content =>
      @@ -21,3 +21,4 @@
         - skipped_content
         - snapshot
      +  message.max.bytes: 524288000
      _
*******************************************
*** End octocatalog-diff on counters1.internal.softwareheritage.org

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.