Skip to content

Commit 77304a4

Browse files
zahidkizmazsyphar
authored andcommitted
docs: add documentation to REBUILD_PRIORITY
1 parent b67eb1b commit 77304a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/build_queue.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ use std::sync::Arc;
1515
use tokio::runtime::Runtime;
1616
use tracing::{debug, error, info};
1717

18+
// Threshold priority to decide whether a crate will in the rebuild-queue-list.
19+
// If crate is in the rebuild-queue-list it won't in the build-queue-list.
1820
pub(crate) const REBUILD_PRIORITY: i32 = 20;
1921

2022
#[derive(Debug, Clone, Eq, PartialEq, serde::Serialize)]

0 commit comments

Comments
 (0)