We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08e5fa commit b63f7b7Copy full SHA for b63f7b7
upstairs/src/lib.rs
@@ -108,7 +108,7 @@ pub const IO_OUTSTANDING_MAX_JOBS: usize = 1000;
108
///
109
/// Caching complete jobs allows us to replay them if a Downstairs goes offline
110
/// them comes back.
111
-const IO_CACHED_MAX_BYTES: u64 = 1024 * 1024 * 1024; // 1 GiB
+const IO_CACHED_MAX_BYTES: u64 = 64 * 1024 * 1024; // 64 MiB
112
113
/// Maximum of jobs to cache from complete (but un-flushed) IO
114
0 commit comments