Skip to content

Commit 398bee7

Browse files
authored
Merge pull request #845 from input-output-hk/828/fix-store-pruning-panic
Remove store retention limit aggregator in infra
2 parents 04905fd + 4384dbd commit 398bee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-infra/assets/docker/docker-compose-aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858
- SNAPSHOT_UPLOADER_TYPE=gcp
5959
- SNAPSHOT_BUCKET_NAME=${SNAPSHOT_BUCKET_NAME}
6060
- DATA_STORES_DIRECTORY=/mithril-aggregator/mithril/stores
61-
- STORE_RETENTION_LIMIT=5
61+
#- STORE_RETENTION_LIMIT=5
6262
- CARDANO_NODE_SOCKET_PATH=/ipc/node.socket
6363
- CARDANO_CLI_PATH=/app/bin/cardano-cli
6464
- GENESIS_VERIFICATION_KEY=${GENESIS_VERIFICATION_KEY}

0 commit comments

Comments
 (0)