Skip to content

Commit 39259a7

Browse files
authored
Change download size message (#3069)
1 parent e9a9fc0 commit 39259a7

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
@@ -968,7 +968,7 @@ pub fn download_genesis(url: &String, path: &PathBuf) {
968968
.body()
969969
.limit(2_500_000_000)
970970
.await
971-
.expect("Genesis file is bigger than 250MB. Please make the limit higher.");
971+
.expect("Genesis file is bigger than 2.5GB. Please make the limit higher.");
972972

973973
std::fs::write(&path, &body).expect("Failed to create / write a config file.");
974974

0 commit comments

Comments
 (0)