diff options
| author | diogo464 <[email protected]> | 2025-08-14 19:47:47 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-14 19:47:47 +0100 |
| commit | f1edb3ce07ce5569718f6a899679e24f45349ce2 (patch) | |
| tree | 14140e79e21f3e59cbc1dbe00d8dacf84be42461 /src | |
| parent | 6999d116b4573a404ea78e658b31b088bd79d38b (diff) | |
cli: use depth of 1 for blob store
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 9e90f78..d199505 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -14,7 +14,7 @@ use clap::{Args, Parser, Subcommand, ValueEnum}; | |||
| 14 | use sha2::Digest; | 14 | use sha2::Digest; |
| 15 | use slotmap::SlotMap; | 15 | use slotmap::SlotMap; |
| 16 | 16 | ||
| 17 | const BLOB_STORE_HIERARCHY_DEPTH: usize = 2; | 17 | const BLOB_STORE_HIERARCHY_DEPTH: usize = 1; |
| 18 | 18 | ||
| 19 | #[derive(Debug)] | 19 | #[derive(Debug)] |
| 20 | pub struct InvalidBlobId; | 20 | pub struct InvalidBlobId; |
