Skip to content

Commit

Permalink
Disable oxfordnet
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Oct 5, 2023
1 parent 281815b commit d282d8d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions configs/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ rpc:
uri: https://rpc.tzkt.io/nairobinet
timeout: 20
requests_per_second: 15
oxfordnet:
uri: https://rpc.tzkt.io/oxfordnet
timeout: 20
requests_per_second: 20
# oxfordnet:
# uri: https://rpc.tzkt.io/oxfordnet
# timeout: 20
# requests_per_second: 20

services:
mainnet:
Expand All @@ -23,8 +23,8 @@ services:
mempool: https://mempool.test.dipdup.net/v1/graphql
nairobinet:
mempool: https://mempool.test.dipdup.net/v1/graphql
oxfordnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
# oxfordnet:
# mempool: https://mempool.test.dipdup.net/v1/graphql

storage:
pg:
Expand Down Expand Up @@ -62,12 +62,12 @@ api:
mainnet: https://rpc.tzkt.io/mainnet
ghostnet: https://rpc.tzkt.io/ghostnet
nairobinet: https://rpc.tzkt.io/nairobinet
oxfordnet: https://rpc.tzkt.io/oxfordnet
# oxfordnet: https://rpc.tzkt.io/oxfordnet
networks:
- mainnet
- ghostnet
- nairobinet
- oxfordnet
# - oxfordnet
connections:
max: 50
idle: 50
Expand All @@ -82,8 +82,8 @@ indexer:
receiver_threads: 15
nairobinet:
receiver_threads: 15
oxfordnet:
receiver_threads: 10
# oxfordnet:
# receiver_threads: 10
connections:
max: 5
idle: 5
Expand All @@ -93,7 +93,7 @@ scripts:
- mainnet
- ghostnet
- nairobinet
- oxfordnet
# - oxfordnet
connections:
max: 5
idle: 5
18 changes: 9 additions & 9 deletions configs/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ rpc:
uri: https://rpc.tzkt.io/nairobinet
timeout: 20
requests_per_second: 10
oxfordnet:
uri: https://rpc.tzkt.io/oxfordnet
timeout: 20
requests_per_second: 20
# oxfordnet:
# uri: https://rpc.tzkt.io/oxfordnet
# timeout: 20
# requests_per_second: 20

services:
mainnet:
Expand All @@ -23,8 +23,8 @@ services:
mempool: https://mempool.test.dipdup.net/v1/graphql
nairobinet:
mempool: https://mempool.test.dipdup.net/v1/graphql
oxfordnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
# oxfordnet:
# mempool: https://mempool.test.dipdup.net/v1/graphql

storage:
pg:
Expand Down Expand Up @@ -85,8 +85,8 @@ indexer:
receiver_threads: ${TESTNET_THREADS:-10}
nairobinet:
receiver_threads: ${TESTNET_THREADS:-10}
oxfordnet:
receiver_threads: ${TESTNET_THREADS:-10}
# oxfordnet:
# receiver_threads: ${TESTNET_THREADS:-10}
connections:
max: 5
idle: 5
Expand All @@ -101,7 +101,7 @@ scripts:
- mainnet
- ghostnet
- nairobinet
- oxfordnet
# - oxfordnet
connections:
max: 5
idle: 5

0 comments on commit d282d8d

Please sign in to comment.