Skip to content

Commit

Permalink
changed interval
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnogo committed Oct 17, 2024
1 parent a35d652 commit 0aec373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/services/ocr2/plugins/promwrapper/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ import (

const (
// DefaultExpiration is the default expiration time for cache items.
DefaultExpiration = 2 * time.Hour
DefaultExpiration = 30 * time.Minute

// DefaultCleanupInterval is the default interval for cache cleanup.
DefaultCleanupInterval = 30 * time.Minute
DefaultCleanupInterval = 5 * time.Minute
)

// Type assertions, buckets and labels.
Expand Down

0 comments on commit 0aec373

Please sign in to comment.