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 f97766c commit 5464693Copy full SHA for 5464693
src/io/vss_store.rs
@@ -44,6 +44,8 @@ type CustomRetryPolicy = FilteredRetryPolicy<
44
Box<dyn Fn(&VssError) -> bool + 'static + Send + Sync>,
45
>;
46
47
+// We set this to a small number of threads that would still allow to make some progress if one
48
+// would hit a blocking case
49
const INTERNAL_RUNTIME_WORKERS: usize = 2;
50
const VSS_IO_TIMEOUT: Duration = Duration::from_secs(5);
51
0 commit comments