Skip to content

Commit

Permalink
feat: increase expiration time for Provider Records to 48h (RFM17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortze committed Dec 11, 2022
1 parent 9837b67 commit 5999afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/providers_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ProvidersKeyPrefix = "/providers/"
const ProviderAddrTTL = time.Minute * 30

// ProvideValidity is the default time that a provider record should last
var ProvideValidity = time.Hour * 24
var ProvideValidity = time.Hour * 48
var defaultCleanupInterval = time.Hour
var lruCacheSize = 256
var batchBufferSize = 256
Expand Down

0 comments on commit 5999afb

Please sign in to comment.