Skip to content

Commit a15639a

Browse files
Fix docs for Pruner default max_age value (#96)
1 parent ea95ee2 commit a15639a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/error_tracker/plugins/pruner.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule ErrorTracker.Plugins.Pruner do
88
## Using the pruner
99
1010
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.
11+
the default options, which is to prune errors resolved after 24 hours.
1212
1313
config :error_tracker,
1414
plugins: [ErrorTracker.Plugins.Pruner]

0 commit comments

Comments
 (0)