diff --git a/clowarden-core/src/services/github/state.rs b/clowarden-core/src/services/github/state.rs index 5395fcd..2f01999 100644 --- a/clowarden-core/src/services/github/state.rs +++ b/clowarden-core/src/services/github/state.rs @@ -159,7 +159,7 @@ impl State { ..Default::default() }) }) - .buffer_unordered(4) + .buffer_unordered(1) .collect::>>() .await { @@ -211,7 +211,7 @@ impl State { visibility: Some(repo.visibility.into()), }) }) - .buffer_unordered(4) + .buffer_unordered(1) .collect::>>() .await {