We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5654923 commit 4cecedbCopy full SHA for 4cecedb
src/db/file.rs
@@ -18,7 +18,7 @@ use rusoto_core::region::Region;
18
use rusoto_credential::DefaultCredentialsProvider;
19
use std::ffi::OsStr;
20
21
-const MAX_CONCURRENT_UPLOADS: usize = 1000;
+const MAX_CONCURRENT_UPLOADS: usize = 50;
22
23
pub(super) static S3_BUCKET_NAME: &str = "rust-docs-rs";
24
0 commit comments