Skip to content

Commit e9a9fc0

Browse files
authored
Up the download size to 2.5GB (#3066)
1 parent 3530e7d commit e9a9fc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neard/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ pub fn download_genesis(url: &String, path: &PathBuf) {
966966
// In case where the genesis is bigger than the specified limit Overflow Error is thrown
967967
let body = response
968968
.body()
969-
.limit(250_000_000)
969+
.limit(2_500_000_000)
970970
.await
971971
.expect("Genesis file is bigger than 250MB. Please make the limit higher.");
972972

0 commit comments

Comments
 (0)