Skip to content

Commit

Permalink
Fix typo in documentation: By default quarkus.log.handler.splunk.asyn…
Browse files Browse the repository at this point in the history
…c.overflow
  • Loading branch information
pguimon committed Oct 30, 2024
1 parent 913d499 commit 9c3a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ end
end
....

By default `quarkus.log.handler.splunk.async.queue-length=block`, so applicative threads will block once the queue limit has reached `quarkus.log.handler.splunk.async.queue-length`.
By default `quarkus.log.handler.splunk.async.overflow=block`, so applicative threads will block once the queue limit has reached `quarkus.log.handler.splunk.async.queue-length`.

There's no link between `quarkus.log.handler.splunk.async.queue-length` and `quarkus.log.handler.splunk.batch-size-count`.

Expand Down

0 comments on commit 9c3a72f

Please sign in to comment.