From 445f1d4b339f9321f409f9df554133fc2b343884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Thu, 18 Apr 2024 13:07:10 +0200 Subject: [PATCH] Bump storage endpoint GC interval --- curiosrc/gc/storage_endpoint_gc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curiosrc/gc/storage_endpoint_gc.go b/curiosrc/gc/storage_endpoint_gc.go index 9f9d99394d7..45783f35367 100644 --- a/curiosrc/gc/storage_endpoint_gc.go +++ b/curiosrc/gc/storage_endpoint_gc.go @@ -21,8 +21,8 @@ import ( var log = logging.Logger("curiogc") -const StorageEndpointGCInterval = 2 * time.Minute // todo bump post testing -const StorageEndpointDeadTime = 15 * time.Minute +const StorageEndpointGCInterval = 21 * time.Minute +const StorageEndpointDeadTime = StorageEndpointGCInterval * 6 // ~2h const MaxParallelEndpointChecks = 32 type StorageEndpointGC struct {