Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri-go committed Oct 30, 2024
1 parent ae9dd59 commit c54bd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/.env.mainnet.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ INJ_CORE_STACK_RESOURCE_RAM_LIMIT=80G
INJ_CORE_STACK_RESOURCE_RAM_RESEVATION=30G
INJ_CORE_CMD_STREAM_API="--chainstream-server 0.0.0.0:9999" #Set empty string to disable
WASM_MEM_CACHE_SIZE=3000
WASM_QUERY_GAS_LIMIT=35000
WASM_QUERY_GAS_LIMIT=350000
# Statsd
INJ_STATSD_ENABLED="false"
INJ_STATSD_ADDRESS="host.docker.internal:8125"
Expand Down
2 changes: 1 addition & 1 deletion docker/.env.testnet.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ INJ_CORE_STACK_RESOURCE_RAM_LIMIT=30G
INJ_CORE_STACK_RESOURCE_RAM_RESEVATION=20G
INJ_CORE_CMD_STREAM_API="--chainstream-server 0.0.0.0:9999" #Set empty string to disable
WASM_MEM_CACHE_SIZE=3000
WASM_QUERY_GAS_LIMIT=35000
WASM_QUERY_GAS_LIMIT=350000
# Statsd
INJ_STATSD_ENABLED="false"
INJ_STATSD_ADDRESS="host.docker.internal:8125"
Expand Down

0 comments on commit c54bd46

Please sign in to comment.