From b8301ed64bcc4e47fc6c46eff70b96559c134fd3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 2 Jun 2022 16:59:14 +0000 Subject: docs(nix/buildkite): Fix an out-of-date comment about chunk size Change-Id: Ic1f874f4ca83f9088355dc0512723ea962e0db52 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5823 Tested-by: BuildkiteCI Reviewed-by: sterni --- nix/buildkite/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/buildkite/default.nix b/nix/buildkite/default.nix index 6a0e9d246d..2b3b3fd9c0 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. -- cgit 1.4.1