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 a9913ab commit 09ead3dCopy full SHA for 09ead3d
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