Skip to content

Commit

Permalink
Merge pull request #85 from mzmcbride/disable-article-streak
Browse files Browse the repository at this point in the history
Temporarily disable article streak report, too slow
  • Loading branch information
legoktm authored Dec 6, 2023
2 parents 7e4cdce + 0660c81 commit e6e8137
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dbreps2/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ async fn main() -> Result<()> {
(general::UserLinksInArticles {})
.really_run(&enwiki_runner)
.await;
(general::UserArticleStreaks {})
.really_run(&enwiki_runner)
.await;
// taking longer than an hour
/*(general::UserArticleStreaks {})
.really_run(&enwiki_runner)
.await;*/
(general::UserStreaks {}).really_run(&enwiki_runner).await;
(enwiki::BrokenWikiProjTemps {})
.really_run(&enwiki_runner)
Expand Down

0 comments on commit e6e8137

Please sign in to comment.