Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
V-FEXrt committed Aug 7, 2024
1 parent 9483c13 commit 9e119a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rust/rsc/src/bin/rsc/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub enum RSCJobEvictionConfig {
pub struct RSCLoadShedConfig {
// How often to refresh the system load
pub tick_rate: u64,
// Load value after which load should be statisically shed
// Load value after which load should be statistically shed
pub target: f64,
}

Expand Down
1 change: 0 additions & 1 deletion rust/rsc/src/bin/rsc/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use std::collections::HashMap;
use std::io::{Error, ErrorKind};
use std::sync::{Arc, RwLock};
use std::time::Duration;

use tracing;

mod add_job;
Expand Down

0 comments on commit 9e119a8

Please sign in to comment.