From b4f28ed2d427f3603c637366530d554d9237c87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 23 Jun 2025 18:34:29 +0200 Subject: [PATCH] ci: set unlimited number of relay clients for API tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 636991549..1bb6e6e76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,6 +194,7 @@ jobs: weechat-headless \ --dir /tmp/weechat-test-api \ --run-command '/set relay.network.password "${{ env.RELAY_PASSWORD }}"' \ + --run-command '/set relay.network.max_clients 0' \ --run-command '/relay add api 9000' \ --daemon \ ;