diff options
Diffstat (limited to 'graph-checker/src/main.rs')
| -rw-r--r-- | graph-checker/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graph-checker/src/main.rs b/graph-checker/src/main.rs index f38724c..25a7768 100644 --- a/graph-checker/src/main.rs +++ b/graph-checker/src/main.rs @@ -31,7 +31,7 @@ async fn main() -> Result<(), sqlx::Error> { println!("Started"); let start = Instant::now(); - const BATCH_SIZE: usize = 1000; + const BATCH_SIZE: usize = 10000; let mut count = 0; loop { let graphs = gi.take(BATCH_SIZE); |