Skip to content

Commit

Permalink
Remove the write
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 6, 2023
1 parent 6d7dd8b commit 92a5678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ impl ServerStats {
stats_vec,
self.compiler_write_duration,
self.cache_misses.all(),
"Average compiler write"
"Average compiler"
);
set_duration_stat!(
stats_vec,
Expand Down

0 comments on commit 92a5678

Please sign in to comment.