From ae3201304a34ceae3c5343c26a4b08e8f0d76f82 Mon Sep 17 00:00:00 2001 From: cortze Date: Wed, 5 Oct 2022 17:43:44 +0200 Subject: [PATCH] increase the expiration time for the pr based on RFM17 --- providers/providers_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/providers_manager.go b/providers/providers_manager.go index 589fe418d..839fc71c9 100644 --- a/providers/providers_manager.go +++ b/providers/providers_manager.go @@ -26,7 +26,7 @@ import ( const ProvidersKeyPrefix = "/providers/" // 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