We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70b08b2 + b66899a commit a9913abCopy full SHA for a9913ab
site/src/request_handlers/status_page.rs
@@ -8,7 +8,7 @@ use crate::load::SiteCtxt;
8
use database::{ArtifactId, Lookup};
9
10
// How many historical (finished) runs should be returned from the status API.
11
-const FINISHED_RUN_COUNT: u64 = 5;
+const FINISHED_RUN_COUNT: u64 = 25;
12
13
pub async fn handle_status_page(ctxt: Arc<SiteCtxt>) -> status::Response {
14
let missing = ctxt.missing_commits().await;
0 commit comments