We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60af38 commit 32d4a66Copy full SHA for 32d4a66
src/build_queue.rs
@@ -15,10 +15,10 @@ use std::sync::Arc;
15
use tokio::runtime::Runtime;
16
use tracing::{debug, error, info, instrument};
17
18
-/// The static prioriry for background rebuilds.
+/// The static priority for background rebuilds.
19
/// Used when queueing rebuilds, and when rendering them
20
/// collapsed in the UI.
21
-/// For Normal build priorities we use smaller values.
+/// For normal build priorities we use smaller values.
22
pub(crate) const REBUILD_PRIORITY: i32 = 20;
23
24
// Threshold priority to decide whether a crate will in the rebuild-queue-list.
0 commit comments