diff --git a/src/file_path.rs b/src/file_path.rs index 2be6611..6c6dec6 100644 --- a/src/file_path.rs +++ b/src/file_path.rs @@ -14,5 +14,5 @@ pub(crate) fn generate_object() -> String { fn generate() -> Vec { let s = Uuid::now_v7().simple().to_string(); - (0..6).map(|i| s[i * 2..i * 2 + 2].to_string()).collect() + (0..10).map(|i| s[i * 2..i * 2 + 2].to_string()).collect() }