diff options
author | Vincent Ambo <mail@tazj.in> | 2022-06-02T16·59+0000 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-06-02T20·32+0000 |
commit | b8301ed64bcc4e47fc6c46eff70b96559c134fd3 (patch) | |
tree | 466fdb8bdadaed44cf99421c3cbbaf5e509779f1 /nix/buildkite | |
parent | 3c5da97609a6fc2ac2ac86afda54ac1b2dba36f3 (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>
Diffstat (limited to 'nix/buildkite')
-rw-r--r-- | nix/buildkite/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildkite/default.nix b/nix/buildkite/default.nix index 6a0e9d246dab..2b3b3fd9c00e 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. |