+2
slingshot/src/error.rs
+2
slingshot/src/error.rs
+5
-1
slingshot/src/firehose_cache.rs
+5
-1
slingshot/src/firehose_cache.rs
···+.with_file_size(16 * 2_usize.pow(20)), // note: this does limit the max cached item size, warning jumbo records
+17
-3
slingshot/src/identity.rs
+17
-3
slingshot/src/identity.rs
···/// 3. DID -> handle resolution: for bidirectional handle validation and in case we want to offer this······
···/// 3. DID -> handle resolution: for bidirectional handle validation and in case we want to offer this···+.with_file_size(2_usize.pow(20)), // note: this does limit the max cached item size, warning jumbo records···
+12
-3
slingshot/src/main.rs
+12
-3
slingshot/src/main.rs
·········
·········
+11
-5
slingshot/src/server.rs
+11
-5
slingshot/src/server.rs
·········
······+async fn run<L>(listener: L, app: Route, shutdown: CancellationToken) -> Result<(), ServerError>···