Skip to content

Commit

Permalink
Undo lower sleep time from 10ms to 1ms
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Dec 7, 2023
1 parent 6489fb5 commit 929febc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/carbonado/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub async fn metrics(dir: &Path) -> Result<MetricsResponse> {
}
}

sleep(StdDuration::from_millis(1)).await;
sleep(StdDuration::from_millis(10)).await;
}

*response
Expand Down

0 comments on commit 929febc

Please sign in to comment.