From bc79bc65d95f264549ab64db9205eb87a1fe09f3 Mon Sep 17 00:00:00 2001 From: surcyf123 <114649324+surcyf123@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:11:07 -0500 Subject: [PATCH] increase bandwidth --- template/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/__init__.py b/template/__init__.py index fc58a469..fbd87830 100644 --- a/template/__init__.py +++ b/template/__init__.py @@ -47,7 +47,7 @@ EMBEDDING_BLACKLIST_STAKE = 20000 ISALIVE_BLACKLIST_STAKE = min(PROMPT_BLACKLIST_STAKE, IMAGE_BLACKLIST_STAKE, EMBEDDING_BLACKLIST_STAKE) MIN_REQUEST_PERIOD = 2 -MAX_REQUESTS = 3 +MAX_REQUESTS = 12 # must have the test_key whitelisted to avoid a global blacklist testnet_key = ["5EhEZN6soubtKJm8RN7ANx9FGZ2JezxBUFxr45cdsHtDp3Uk"] test_key = ["5DcRHcCwD33YsHfj4PX5j2evWLniR1wSWeNmpf5RXaspQT6t"]