We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d95d82 commit 96c960eCopy full SHA for 96c960e
core/src/main/java/fr/sncf/osrd/cli/WorkerCommand.kt
@@ -106,7 +106,7 @@ class WorkerCommand : CliCommand {
106
107
val factory = ConnectionFactory()
108
factory.setUri(WORKER_AMQP_URI)
109
- factory.setMaxInboundMessageBodySize(1024 * 1024 * 128)
+ factory.setMaxInboundMessageBodySize(1024 * 1024 * 128 * 5)
110
val connection = factory.newConnection()
111
connection.createChannel().use { channel -> reportActivity(channel, "started") }
112
0 commit comments