Skip to content

Commit

Permalink
stellar#4483: default start ledger to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jul 28, 2022
1 parent 846c6fc commit cdd60d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/docker/ledgerexporter/start
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
set -e

START="${START:=0}"
START="${START:=2}"
END="${END:=0}"
CONTINUE="${CONTINUE:=false}"
# Writing to /latest is disabled by default to avoid race conditions between parallel container runs
Expand Down

0 comments on commit cdd60d5

Please sign in to comment.