Skip to content

Commit

Permalink
perf: tweak elixir batch size flush interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Jun 10, 2024
1 parent 8521594 commit 30a2a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logflare-ex/lib/logflare_ex/client.ex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ defmodule LogflareEx.Client do
"""
@default_tesla_adapter {Tesla.Adapter.Finch, name: LogflareEx.Finch, receive_timeout: 30_000}
@default_batch_size 100
@default_batch_size 250
@default_flush_interval 1_500

use TypedStruct
Expand Down

0 comments on commit 30a2a49

Please sign in to comment.