We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a9fc0 commit 39259a7Copy full SHA for 39259a7
1 file changed
neard/src/config.rs
@@ -968,7 +968,7 @@ pub fn download_genesis(url: &String, path: &PathBuf) {
968
.body()
969
.limit(2_500_000_000)
970
.await
971
- .expect("Genesis file is bigger than 250MB. Please make the limit higher.");
+ .expect("Genesis file is bigger than 2.5GB. Please make the limit higher.");
972
973
std::fs::write(&path, &body).expect("Failed to create / write a config file.");
974
0 commit comments