Skip to content

Commit a5cef59

Browse files
committed
fixup! feat: implement object store that caches to disk
1 parent 3290ab0 commit a5cef59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/core/src/logstore/config.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
//!
77
//! Specific pieces of configuration must implement the `TryUpdateKey` trait which
88
//! defines how to update internal fields based on key-value pairs.
9-
use std::collections::HashMap;
10-
use std::sync::Arc;
119
1210
use object_store::{path::Path, prefix::PrefixStore, ObjectStore};
1311
use std::collections::HashMap;
12+
use std::sync::Arc;
1413

1514
use super::storage::file_cache::{self, FileCacheConfig};
1615
use super::storage::LimitConfig;

0 commit comments

Comments
 (0)