From c1d59d959b4ac725473cfd2071d14ed83b3f8d35 Mon Sep 17 00:00:00 2001 From: Benjamin Arntzen Date: Mon, 21 Oct 2024 01:54:09 +0100 Subject: [PATCH] Update waku.yaml --- .github/ISSUE_TEMPLATE/waku.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/waku.yaml b/.github/ISSUE_TEMPLATE/waku.yaml index 4c1ab5b..6be6abf 100644 --- a/.github/ISSUE_TEMPLATE/waku.yaml +++ b/.github/ISSUE_TEMPLATE/waku.yaml @@ -108,15 +108,16 @@ body: attributes: label: Publisher Message Count description: Specify the total number of messages to publish - placeholder: "4000" + placeholder: "1000" - type: dropdown id: artificial-latency attributes: label: Enable Artificial Latency description: Do you want to simulate network latency? options: - - "Yes" - "No" + - "Yes" + default: 0 - type: input id: latency-ms attributes: @@ -129,8 +130,10 @@ body: label: Use Custom Command description: Do you want to use a custom command for the Waku nodes? options: - - "Yes" - "No" + - "Yes" + default: 0 + - type: textarea id: custom-command-args attributes: