File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ lazy_static! {
3838
3939 /// The timeout for IPFS requests in seconds
4040 static ref IPFS_TIMEOUT : Duration = Duration :: from_secs(
41- read_u64_from_env( "GRAPH_IPFS_TIMEOUT" ) . unwrap_or( 60 )
41+ read_u64_from_env( "GRAPH_IPFS_TIMEOUT" ) . unwrap_or( 30 )
4242 ) ;
4343}
4444
Original file line number Diff line number Diff line change 5151- ` GRAPH_IPFS_SUBGRAPH_LOADING_TIMEOUT ` : timeout for IPFS requests made to load
5252 subgraph files from IPFS (in seconds, default is 60).
5353- ` GRAPH_IPFS_TIMEOUT ` : timeout for IPFS requests from mappings using ` ipfs.cat `
54- or ` ipfs.map ` (in seconds, default is 60 ).
54+ or ` ipfs.map ` (in seconds, default is 30 ).
5555- ` GRAPH_MAX_IPFS_FILE_BYTES ` : maximum size for a file that can be retrieved
5656 with ` ipfs.cat ` (in bytes, default is unlimited)
5757- ` GRAPH_MAX_IPFS_MAP_FILE_SIZE ` : maximum size of files that can be processed
You can’t perform that action at this time.
0 commit comments