Skip to content

Commit

Permalink
rollback to fixed wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
minemo committed Sep 10, 2023
1 parent fe1d8c5 commit c2c87d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn main() {
let writedur = writestart.elapsed();
info!("Writing to Database took: {}s", writedur.as_secs());

thread::sleep(Duration::from_secs(120-(readdur.as_secs()+writedur.as_secs())));
thread::sleep(Duration::from_secs(90));
}

}

0 comments on commit c2c87d0

Please sign in to comment.