Skip to content

Commit

Permalink
fix docs for pruner default values
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschweikert authored Sep 13, 2024
1 parent ea95ee2 commit cbad405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/error_tracker/plugins/pruner.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule ErrorTracker.Plugins.Pruner do
## Using the pruner
To enable the pruner you must register the plugin in the ErrorTracker configuration. This will use
the default options, which is to prune errors resolved after 5 minutes.
the default options, which is to prune errors resolved after 24 hours.
config :error_tracker,
plugins: [ErrorTracker.Plugins.Pruner]
Expand Down

0 comments on commit cbad405

Please sign in to comment.