We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd49b7 commit bca8f4aCopy full SHA for bca8f4a
src/lib.rs
@@ -59,7 +59,7 @@ use reqwest::{Client, ClientBuilder};
59
// It is very unlikely that panic will occur when dealing with locks.
60
pub const LOCK_EXPECT: &str = "Thread shouldn't panic while holding a lock";
61
62
-pub const STORAGE_UPLOAD_INTERVAL: u32 = 60;
+pub const STORAGE_UPLOAD_INTERVAL: u32 = 30;
63
pub const STORAGE_CONVERSION_INTERVAL: u32 = 60;
64
65
// A single HTTP client for all outgoing HTTP requests from the parseable server
0 commit comments