We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaffd6 commit 04a0289Copy full SHA for 04a0289
pkg/construct/construct.go
@@ -38,7 +38,7 @@ import (
38
"github.com/storacha/indexing-service/pkg/types"
39
)
40
41
-const IPNIFindTimeout = 1500 * time.Millisecond
+const IPNIFindTimeout = 2500 * time.Millisecond
42
43
var log = logging.Logger("service")
44
var providerIndexNamespace = datastore.NewKey("providerindex/")
0 commit comments