Skip to content

Commit bca8f4a

Browse files
Devdutt Shenoinikhilsinhaparseable
andauthored
undo merge change that breaks expectation
Co-authored-by: Nikhil Sinha <[email protected]> Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent 4cd49b7 commit bca8f4a

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
@@ -59,7 +59,7 @@ use reqwest::{Client, ClientBuilder};
5959
// It is very unlikely that panic will occur when dealing with locks.
6060
pub const LOCK_EXPECT: &str = "Thread shouldn't panic while holding a lock";
6161

62-
pub const STORAGE_UPLOAD_INTERVAL: u32 = 60;
62+
pub const STORAGE_UPLOAD_INTERVAL: u32 = 30;
6363
pub const STORAGE_CONVERSION_INTERVAL: u32 = 60;
6464

6565
// A single HTTP client for all outgoing HTTP requests from the parseable server

0 commit comments

Comments
 (0)