upped default sdk surbs from 5 -> 20

This commit is contained in:
mfahampshire
2023-11-07 14:56:14 +01:00
parent 93cc281abc
commit 1be81b96b3
+1 -1
View File
@@ -35,7 +35,7 @@ use std::path::PathBuf;
use url::Url;
// The number of surbs to include in a message by default
const DEFAULT_NUMBER_OF_SURBS: u32 = 5;
const DEFAULT_NUMBER_OF_SURBS: u32 = 20;
#[derive(Default)]
pub struct MixnetClientBuilder<S: MixnetClientStorage = Ephemeral> {