disable less used chains for now

This commit is contained in:
Bryan Stitt 2022-08-10 04:27:27 +00:00
parent 996d1fb11b
commit fe9b1580c8
3 changed files with 26 additions and 26 deletions

View File

@ -109,4 +109,4 @@ Note: Testing with `getLatestBlockByNumber.lua` is not great because the latest
Run ethspam for a more realistic load test: Run ethspam for a more realistic load test:
docker run --rm --name spam shazow/ethspam --rpc http://$LOCAL_IP:8544 | versus --concurrency=100 --stop-after=10000 http://$LOCAL_IP:8544; docker stop spam LOCAL_IP=10.11.12.16 docker run --rm --name spam shazow/ethspam --rpc http://$LOCAL_IP:8544 | versus --concurrency=1 --stop-after=1 http://$LOCAL_IP:8544/u/someuserkey; docker stop spam

View File

@ -64,7 +64,7 @@
- [x] refactor result type on active handlers to use a cleaner success/error so we can use the try operator - [x] refactor result type on active handlers to use a cleaner success/error so we can use the try operator
- [x] give users different rate limits looked up from the database - [x] give users different rate limits looked up from the database
- [x] Add a "weight" key to the servers. Sort on that after block. keep most requests local - [x] Add a "weight" key to the servers. Sort on that after block. keep most requests local
- [ ] cache db query results for user data. db is a big bottleneck right now - [x] cache db query results for user data. db is a big bottleneck right now
- [ ] allow blocking public requests - [ ] allow blocking public requests
- [ ] use siwe messages and signatures for sign up and login - [ ] use siwe messages and signatures for sign up and login
- [ ] basic request method stats - [ ] basic request method stats

View File

@ -33,14 +33,14 @@ services:
ports: ports:
- 7500:8544 - 7500:8544
avalanche-c: # avalanche-c:
extends: # extends:
file: docker-compose.common.yml # file: docker-compose.common.yml
service: base # service: base
volumes: # volumes:
- ./config/production-avalanche-c.toml:/config.toml # - ./config/production-avalanche-c.toml:/config.toml
ports: # ports:
- 7501:8544 # - 7501:8544
bsc: bsc:
extends: extends:
@ -69,23 +69,23 @@ services:
ports: ports:
- 7504:8544 - 7504:8544
gnosis: # gnosis:
extends: # extends:
file: docker-compose.common.yml # file: docker-compose.common.yml
service: base # service: base
volumes: # volumes:
- ./config/production-gnosis.toml:/config.toml # - ./config/production-gnosis.toml:/config.toml
ports: # ports:
- 7505:8544 # - 7505:8544
goerli: # goerli:
extends: # extends:
file: docker-compose.common.yml # file: docker-compose.common.yml
service: base # service: base
volumes: # volumes:
- ./config/production-goerli.toml:/config.toml # - ./config/production-goerli.toml:/config.toml
ports: # ports:
- 7506:8544 # - 7506:8544
optimism: optimism:
extends: extends: