Bump storage endpoint GC interval

This commit is contained in:
Łukasz Magiera 2024-04-18 13:07:10 +02:00 committed by Łukasz Magiera
parent be00ba996e
commit 445f1d4b33

View File

@ -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 {