Skip to content

Commit dcd56d8

Browse files
committed
chore: revert to [email protected]
13.1.0.0 introduced a number of optimisations targeting write performance, which have not been fully assessed, so I'm electing to roll back to the known version until there's capacity to handle it carefully.
1 parent cde1329 commit dcd56d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
- ./config/network/${NETWORK:-mainnet}:/config
4848

4949
cardano-db-sync:
50-
image: inputoutput/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.1.0.0}
50+
image: inputoutput/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.0.5}
5151
command: [
5252
"--config", "/config/cardano-db-sync/config.json",
5353
"--socket-path", "/node-ipc/node.socket"

0 commit comments

Comments
 (0)