Skip to content

Commit aeee846

Browse files
committed
WIP
1 parent 131b611 commit aeee846

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/juno-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, ubuntu-arm64-4-core]
21+
iteration: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
2122
runs-on: ${{ matrix.os }}
2223
env:
2324
VM_DEBUG: true

consensus/p2p/p2p.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func (p *p2p[V, H, A]) Run(ctx context.Context) error {
140140
dht.ProtocolPrefix("/"+protocolPrefix),
141141
dht.ProtocolExtension("/"+chainID),
142142
dht.ProtocolExtension("/"+consensusProtocolID),
143-
dht.Mode(dht.ModeAutoServer),
143+
dht.Mode(dht.ModeServer),
144144
dht.BootstrapPeersFunc(p.bootstrapPeersFn),
145145
dht.RoutingTableRefreshPeriod(1*time.Second),
146146
)

0 commit comments

Comments
 (0)