about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-06-02T16·59+0000
committertazjin <tazjin@tvl.su>2022-06-02T20·32+0000
commitb8301ed64bcc4e47fc6c46eff70b96559c134fd3 (patch)
tree466fdb8bdadaed44cf99421c3cbbaf5e509779f1
parent3c5da97609a6fc2ac2ac86afda54ac1b2dba36f3 (diff)
docs(nix/buildkite): Fix an out-of-date comment about chunk size r/4201
Change-Id: Ic1f874f4ca83f9088355dc0512723ea962e0db52
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5823
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
-rw-r--r--nix/buildkite/default.nix2
1 files changed, 1 insertions, 1 deletions
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.