diff --git a/nix/buildkite/default.nix b/nix/buildkite/default.nix index 6a0e9d246..2b3b3fd9c 100644 --- a/nix/buildkite/default.nix +++ b/nix/buildkite/default.nix @@ -111,7 +111,7 @@ rec { }); }; - # Split the pipeline into chunks of at most 256 steps at once, which + # Split the pipeline into chunks of at most 192 steps at once, which # are uploaded sequentially. This is because of a limitation in the # Buildkite backend which struggles to process more than a specific # number of chunks at once.