From 3d6a8e30fd477747089ea42153917d96c0de84d2 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 27 Oct 2021 08:09:46 -0700 Subject: [PATCH] Adding flag to disable rate limits to docker mainnet startup script --- docker/mainnet/start-local-mainnet.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/mainnet/start-local-mainnet.sh b/docker/mainnet/start-local-mainnet.sh index 405350b..319773a 100755 --- a/docker/mainnet/start-local-mainnet.sh +++ b/docker/mainnet/start-local-mainnet.sh @@ -48,6 +48,9 @@ export PRO_PASS=somerandomepassword:someotherrandompassword:aThirdPassword # that originate froma domain on the whitelist. export WHITELIST_DOMAINS=fullstack.cash,psfoundation.cash,torlist.cash +# Disable rate limits +#export DO_NOT_USE_RATE_LIMITS=1 + # Rate Limits. Numbers are divided into 1000. e.g. 1000 / 50 = 20 RPM for ANON. # Requests use the ANON rate limit if they fail to pass in a JWT token. # ANON = 20 requests per minute (RPM)