Skip to content

Commit 281a1a4

Browse files
author
Devdutt Shenoi
authored
fix: push every 30s
Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent e3121ea commit 281a1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub const LOCAL_SYNC_INTERVAL: Duration = Duration::from_secs(60);
6767
pub const OBJECT_STORE_DATA_GRANULARITY: u32 = LOCAL_SYNC_INTERVAL.as_secs() as u32 / 60;
6868

6969
/// Describes the duration at the end of which parquets are pushed into objectstore.
70-
pub const STORAGE_UPLOAD_INTERVAL: Duration = Duration::from_secs(60);
70+
pub const STORAGE_UPLOAD_INTERVAL: Duration = Duration::from_secs(30);
7171

7272
// A single HTTP client for all outgoing HTTP requests from the parseable server
7373
static HTTP_CLIENT: Lazy<Client> = Lazy::new(|| {

0 commit comments

Comments
 (0)