Skip to content

Commit

Permalink
perf: increase fullsweep_after (#2099)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc authored Jun 18, 2024
1 parent f44f039 commit 7f6317f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logflare/source/bigquery/pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule Logflare.Source.BigQuery.Pipeline do
# top-level will apply to all children
hibernate_after: 5_000,
spawn_opt: [
fullsweep_after: 0
fullsweep_after: 10
],
producer: [
module:
Expand Down

0 comments on commit 7f6317f

Please sign in to comment.