Skip to content

Commit

Permalink
Restore the previous 50k estimate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Sep 23, 2024
1 parent b1c6714 commit 2010bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oban/met/reporter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule Oban.Met.Reporter do
:check_timer,
checks: @empty_states,
check_interval: :timer.seconds(1),
estimate_limit: 100,
estimate_limit: 50_000,
function_created?: false
]

Expand Down

0 comments on commit 2010bb4

Please sign in to comment.