Skip to content

Commit d282d8d

Browse files
Disable oxfordnet
1 parent 281815b commit d282d8d

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

configs/development.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ rpc:
1111
uri: https://rpc.tzkt.io/nairobinet
1212
timeout: 20
1313
requests_per_second: 15
14-
oxfordnet:
15-
uri: https://rpc.tzkt.io/oxfordnet
16-
timeout: 20
17-
requests_per_second: 20
14+
# oxfordnet:
15+
# uri: https://rpc.tzkt.io/oxfordnet
16+
# timeout: 20
17+
# requests_per_second: 20
1818

1919
services:
2020
mainnet:
@@ -23,8 +23,8 @@ services:
2323
mempool: https://mempool.test.dipdup.net/v1/graphql
2424
nairobinet:
2525
mempool: https://mempool.test.dipdup.net/v1/graphql
26-
oxfordnet:
27-
mempool: https://mempool.test.dipdup.net/v1/graphql
26+
# oxfordnet:
27+
# mempool: https://mempool.test.dipdup.net/v1/graphql
2828

2929
storage:
3030
pg:
@@ -62,12 +62,12 @@ api:
6262
mainnet: https://rpc.tzkt.io/mainnet
6363
ghostnet: https://rpc.tzkt.io/ghostnet
6464
nairobinet: https://rpc.tzkt.io/nairobinet
65-
oxfordnet: https://rpc.tzkt.io/oxfordnet
65+
# oxfordnet: https://rpc.tzkt.io/oxfordnet
6666
networks:
6767
- mainnet
6868
- ghostnet
6969
- nairobinet
70-
- oxfordnet
70+
# - oxfordnet
7171
connections:
7272
max: 50
7373
idle: 50
@@ -82,8 +82,8 @@ indexer:
8282
receiver_threads: 15
8383
nairobinet:
8484
receiver_threads: 15
85-
oxfordnet:
86-
receiver_threads: 10
85+
# oxfordnet:
86+
# receiver_threads: 10
8787
connections:
8888
max: 5
8989
idle: 5
@@ -93,7 +93,7 @@ scripts:
9393
- mainnet
9494
- ghostnet
9595
- nairobinet
96-
- oxfordnet
96+
# - oxfordnet
9797
connections:
9898
max: 5
9999
idle: 5

configs/production.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ rpc:
1111
uri: https://rpc.tzkt.io/nairobinet
1212
timeout: 20
1313
requests_per_second: 10
14-
oxfordnet:
15-
uri: https://rpc.tzkt.io/oxfordnet
16-
timeout: 20
17-
requests_per_second: 20
14+
# oxfordnet:
15+
# uri: https://rpc.tzkt.io/oxfordnet
16+
# timeout: 20
17+
# requests_per_second: 20
1818

1919
services:
2020
mainnet:
@@ -23,8 +23,8 @@ services:
2323
mempool: https://mempool.test.dipdup.net/v1/graphql
2424
nairobinet:
2525
mempool: https://mempool.test.dipdup.net/v1/graphql
26-
oxfordnet:
27-
mempool: https://mempool.test.dipdup.net/v1/graphql
26+
# oxfordnet:
27+
# mempool: https://mempool.test.dipdup.net/v1/graphql
2828

2929
storage:
3030
pg:
@@ -85,8 +85,8 @@ indexer:
8585
receiver_threads: ${TESTNET_THREADS:-10}
8686
nairobinet:
8787
receiver_threads: ${TESTNET_THREADS:-10}
88-
oxfordnet:
89-
receiver_threads: ${TESTNET_THREADS:-10}
88+
# oxfordnet:
89+
# receiver_threads: ${TESTNET_THREADS:-10}
9090
connections:
9191
max: 5
9292
idle: 5
@@ -101,7 +101,7 @@ scripts:
101101
- mainnet
102102
- ghostnet
103103
- nairobinet
104-
- oxfordnet
104+
# - oxfordnet
105105
connections:
106106
max: 5
107107
idle: 5

0 commit comments

Comments
 (0)