File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ ENV NPROC=2
1111
1212RUN git clone --depth 1 --branch unstable https://github.com/status-im/nimbus-eth2.git \
1313 && cd nimbus-eth2 \
14- && make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:SECONDS_PER_SLOT=3 " V=1 update
14+ && make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:SECONDS_PER_SLOT=6 " V=1 update
1515
1616RUN cd nimbus-eth2 && \
17- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:SECONDS_PER_SLOT=3 " nimbus_beacon_node && \
17+ make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:SECONDS_PER_SLOT=6 " nimbus_beacon_node && \
1818 mv build/nimbus_beacon_node /usr/bin/
1919
2020# --------------------------------- #
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ ENV NPROC=2
1111
1212RUN git clone --depth 1 --branch unstable https://github.com/status-im/nimbus-eth2.git \
1313 && cd nimbus-eth2 \
14- && make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:SECONDS_PER_SLOT=3 " V=1 update
14+ && make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:SECONDS_PER_SLOT=6 " V=1 update
1515
1616RUN cd nimbus-eth2 && \
17- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:SECONDS_PER_SLOT=3 " nimbus_validator_client && \
17+ make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:SECONDS_PER_SLOT=6 " nimbus_validator_client && \
1818 mv build/nimbus_validator_client /usr/bin/
1919
2020# --------------------------------- #
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111
1212var (
1313 VALIDATOR_COUNT uint64 = 64
14- SLOT_TIME uint64 = 3
14+ SLOT_TIME uint64 = 6
1515 TERMINAL_TOTAL_DIFFICULTY = big .NewInt (100 )
1616)
1717
You can’t perform that action at this time.
0 commit comments