We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3530e7d commit e9a9fc0Copy full SHA for e9a9fc0
1 file changed
neard/src/config.rs
@@ -966,7 +966,7 @@ pub fn download_genesis(url: &String, path: &PathBuf) {
966
// In case where the genesis is bigger than the specified limit Overflow Error is thrown
967
let body = response
968
.body()
969
- .limit(250_000_000)
+ .limit(2_500_000_000)
970
.await
971
.expect("Genesis file is bigger than 250MB. Please make the limit higher.");
972
0 commit comments