Skip to content

Commit 04d1068

Browse files
committed
Turn down number of rows updated in update-downloads
1 parent 6ca6ee8 commit 04d1068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/update-downloads.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use std::time::Duration;
1212

1313
use cargo_registry::{VersionDownload, Version, Model};
1414

15-
static LIMIT: i64 = 10000;
15+
static LIMIT: i64 = 1000;
1616

1717
#[allow(dead_code)] // dead in tests
1818
fn main() {

0 commit comments

Comments
 (0)