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.
2 parents a9913ab + 09ead3d commit f9123e1Copy full SHA for f9123e1
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 = 25;
+const FINISHED_RUN_COUNT: u64 = 5;
12
13
pub async fn handle_status_page(ctxt: Arc<SiteCtxt>) -> status::Response {
14
let missing = ctxt.missing_commits().await;
0 commit comments