Skip to content

Commit

Permalink
perf: increase fullsweep_after to 5k
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Nov 7, 2024
1 parent c421ff5 commit e62f9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logflare/logs/search/logs_search_query_executor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defmodule Logflare.Logs.SearchQueryExecutor do
source = Keyword.get(args, :source)

GenServer.start_link(__MODULE__, args,
spawn_opt: [fullsweep_after: 1_000],
spawn_opt: [fullsweep_after: 5_000],
name: Backends.via_source(source, __MODULE__)
)
end
Expand Down

0 comments on commit e62f9c2

Please sign in to comment.