Skip to content

Commit 7a9db04

Browse files
AdheipSinghnikhilsinhaparseable
authored andcommitted
revert upload interval
1 parent d8d15cf commit 7a9db04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ use option::{Mode, CONFIG};
5252
use crate::handlers::http::modal::{
5353
ingest_server::IngestServer, query_server::QueryServer, server::Server,
5454
};
55-
pub const STORAGE_UPLOAD_INTERVAL: u32 = 600;
55+
pub const STORAGE_UPLOAD_INTERVAL: u32 = 60;
5656

5757
#[actix_web::main]
5858
async fn main() -> anyhow::Result<()> {

0 commit comments

Comments
 (0)