We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189227c commit 3d8bd16Copy full SHA for 3d8bd16
src/main/java/com/rabbitmq/perf/Producer.java
@@ -369,8 +369,8 @@ public void handlePublish(AgentState currentState) {
369
throw new RuntimeException (e);
370
}
371
} else {
372
- // the connection is recovering, waiting a bit
373
- // the duration is arbitrary: don't want to empty loop
+ // The connection is recovering, waiting a bit.
+ // The duration is arbitrary: don't want to empty loop
374
// too much and don't want to catch too late with recovery
375
try {
376
LOGGER.debug("Recovery in progress, sleeping for a sec");
0 commit comments