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.
1 parent ef8ec05 commit 39d91d5Copy full SHA for 39d91d5
client/options.go
@@ -156,7 +156,8 @@ func WithSeenTargetsMaxSize(maxSize int) ConfigOption {
156
}
157
158
159
-// WithSeenTargetsClearInterval sets the clearing interval for the seen targets map.
+// WithSeenTargetsClearInterval sets the clearing interval for the seen targets map. By default, the interval
160
+// is set to 24 hours.
161
func WithSeenTargetsClearInterval(interval time.Duration) ConfigOption {
162
return func(config *config) {
163
config.seenTargetsClearInterval = interval
0 commit comments