Skip to content

Commit 2113bcc

Browse files
committed
fix: revert MaxAttempts
1 parent c31222b commit 2113bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/database/datastore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
TransactionsKind = "transactions"
2424
TransactionEventsKind = "transaction_events"
2525
PeersKind = "peers"
26-
MaxAttempts = 10
26+
MaxAttempts = 3
2727
)
2828

2929
// Datastore wraps the datastore client, stores the sensorID, and other

0 commit comments

Comments
 (0)