We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pruner
1 parent ea95ee2 commit a15639aCopy full SHA for a15639a
lib/error_tracker/plugins/pruner.ex
@@ -8,7 +8,7 @@ defmodule ErrorTracker.Plugins.Pruner do
8
## Using the pruner
9
10
To enable the pruner you must register the plugin in the ErrorTracker configuration. This will use
11
- the default options, which is to prune errors resolved after 5 minutes.
+ the default options, which is to prune errors resolved after 24 hours.
12
13
config :error_tracker,
14
plugins: [ErrorTracker.Plugins.Pruner]
0 commit comments