We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_file_contents
1 parent 69b23c3 commit 2b5fbf8Copy full SHA for 2b5fbf8
crates/rrg/src/action/get_file_contents.rs
@@ -5,7 +5,7 @@
5
use std::path::PathBuf;
6
7
/// Limit on the size of individual file part blob sent to the blob sink.
8
-const MAX_BLOB_LEN: usize = 2 * 1024 * 1024; // 2 MiB.
+const MAX_BLOB_LEN: usize = 1 * 1024 * 1024; // 1 MiB.
9
10
/// Arguments of the `get_file_contents` action.
11
pub struct Args {
0 commit comments