From b813a6264cd376eed08246d391f17bb2c89bbbae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos=20=28perso=29?= Date: Sun, 5 Mar 2023 09:39:32 +0100 Subject: [PATCH] Add mandatory unlimited traffic limit (#316) * Add mandatory unlimited traffic limit In order to not having a case like this again: https://github.com/Sommerwiesel/invidious/issues/6#issuecomment-1337036938 * Minimum not max --- .github/ISSUE_TEMPLATE/new_instance.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new_instance.yaml b/.github/ISSUE_TEMPLATE/new_instance.yaml index f51f5eb..a5e0e5c 100644 --- a/.github/ISSUE_TEMPLATE/new_instance.yaml +++ b/.github/ISSUE_TEMPLATE/new_instance.yaml @@ -37,6 +37,8 @@ body: required: true - label: "Instance has an automatic hourly restart setup of Invidious" required: true + - label: "If dash, proxy + download is enabled (default settings), the instance has unlimited traffic/bandwidth or close to unlimited (100TB minimum)" + required: true - type: checkboxes