File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,8 @@ class HTTP
3030 # options control when the flush happens, `:batch_byte_size` and `:flush_interval`.
3131 # If either of these are surpassed, the buffer will be flushed.
3232 #
33- # By default, the buffer will apply back pressure when the rate of log messages exceeds
34- # the maximum delivery rate. If you don't want to sacrifice app performance in this case
35- # you can drop the log messages instead by passing a {DroppingSizedQueue} via the
36- # `:request_queue` option.
33+ # By default, the buffer will drop log messages when the rate of log messages exceeds
34+ # the maximum delivery rate. You can change this with the `:request_queue` option.
3735 #
3836 # @param source_token [String] The API key provided to you after you add your source to
3937 # [Better Stack](https://telemetry.betterstack.com).
You can’t perform that action at this time.
0 commit comments