Explorar o código

Revert "Temporarily limit rustc commits"

This reverts commit 1a9cb03bd08c99bb9495b456d842fefe2f7b6ed7.

It seems that this was actually an upstream issue, so revert this commit for
now. We may need a fix here regardless, though.
Mark Rousskov %!s(int64=4) %!d(string=hai) anos
pai
achega
2593ac9f42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/db/rustc_commits.rs

+ 1 - 1
src/db/rustc_commits.rs

@@ -27,7 +27,7 @@ pub async fn get_commits_with_artifacts(db: &DbClient) -> anyhow::Result<Vec<Com
         select sha, parent_sha, time
         select sha, parent_sha, time
         from rustc_commits
         from rustc_commits
         where time >= current_date - interval '168 days'
         where time >= current_date - interval '168 days'
-        order by time desc limit 50;",
+        order by time desc;",
             &[],
             &[],
         )
         )
         .await
         .await