Skip to content

Commit 04a0289

Browse files
authored
fix: increase IPNI timeout (#296)
1 parent bcaffd6 commit 04a0289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/construct/construct.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
"github.com/storacha/indexing-service/pkg/types"
3939
)
4040

41-
const IPNIFindTimeout = 1500 * time.Millisecond
41+
const IPNIFindTimeout = 2500 * time.Millisecond
4242

4343
var log = logging.Logger("service")
4444
var providerIndexNamespace = datastore.NewKey("providerindex/")

0 commit comments

Comments
 (0)