We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3121ea commit 281a1a4Copy full SHA for 281a1a4
src/lib.rs
@@ -67,7 +67,7 @@ pub const LOCAL_SYNC_INTERVAL: Duration = Duration::from_secs(60);
67
pub const OBJECT_STORE_DATA_GRANULARITY: u32 = LOCAL_SYNC_INTERVAL.as_secs() as u32 / 60;
68
69
/// Describes the duration at the end of which parquets are pushed into objectstore.
70
-pub const STORAGE_UPLOAD_INTERVAL: Duration = Duration::from_secs(60);
+pub const STORAGE_UPLOAD_INTERVAL: Duration = Duration::from_secs(30);
71
72
// A single HTTP client for all outgoing HTTP requests from the parseable server
73
static HTTP_CLIENT: Lazy<Client> = Lazy::new(|| {
0 commit comments