Skip to content

Commit

Permalink
Bump storage endpoint GC interval
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Apr 19, 2024
1 parent be00ba9 commit 445f1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curiosrc/gc/storage_endpoint_gc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 445f1d4

Please sign in to comment.