We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183aee0 commit 5024a3cCopy full SHA for 5024a3c
core/src/subgraph/provider.rs
@@ -49,7 +49,8 @@ where
49
resolver
50
.as_ref()
51
.clone()
52
- .with_timeout(*IPFS_SUBGRAPH_LOADING_TIMEOUT),
+ .with_timeout(*IPFS_SUBGRAPH_LOADING_TIMEOUT)
53
+ .with_retries(),
54
),
55
subgraphs_running: Arc::new(Mutex::new(HashSet::new())),
56
store,
core/src/subgraph/registrar.rs
@@ -63,7 +63,8 @@ where
63
64
65
66
67
68
69
provider,
70
0 commit comments