Skip to content

Commit b0b9cae

Browse files
committed
chore: add LOG_QUERY_BATCH_SIZE var to compose deploy
1 parent ca97f72 commit b0b9cae

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.env.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CHAIN=songbird
1010
# rpc config for the chain ${CHAIN}
1111
RPC_URL=https://songbird-api.flare.network/ext/C/rpc
1212
RPC_API_KEY=
13+
LOG_QUERY_BATCH_SIZE=29
1314

1415
# exposed port for the running api
1516
API_PORT=3000

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ services:
2525
RPC_URL: ${RPC_URL}
2626
RPC_API_KEY: ${RPC_API_KEY:-}
2727
CONFIG_PATH: /usr/src/app/config.json
28+
LOG_QUERY_BATCH_SIZE: ${LOG_QUERY_BATCH_SIZE:-}
2829
volumes:
2930
- ${CONFIG_PATH}:/usr/src/app/config.json
3031
watchdog:

packages/fasset-indexer-core/.env.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RPC_URL=
55
RPC_API_KEY=
66
ADDRESSES_JSON=
77
MIN_BLOCK_NUMBER=
8+
LOG_QUERY_BATCH_SIZE=
89

910
# database
1011
DB_TYPE=sqlite|postgres

0 commit comments

Comments
 (0)