Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jun 5, 2024
1 parent 70904cd commit 822d1ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- "-rpcport=18443"
- "-rpcconnect=bitcoind"
- "generatetoaddress"
- "1000" # need to generate a lot for greater chance to not spend coinbase
- "3000" # need to generate a lot for greater chance to not spend coinbase
- "$BTC_ADDRESS"
restart: on-failure

Expand Down Expand Up @@ -73,6 +73,12 @@ services:
build:
dockerfile: "./e2e/postgres.Dockerfile"
context: "./.."
command:
- "postgres"
# lower random_page_cost (opposed to default 4.0) to cause planner
# to choose index scans vs sequential scans when at fewer rows in a table
- "-c"
- "random_page_cost=1.0"
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit 822d1ae

Please sign in to comment.