Skip to content

Commit

Permalink
fix: reduce max attempts (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu authored Oct 29, 2024
1 parent 9fe3a31 commit 649ac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/database/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
TransactionsKind = "transactions"
TransactionEventsKind = "transaction_events"
PeersKind = "peers"
MaxAttempts = 10
MaxAttempts = 3
)

// Datastore wraps the datastore client, stores the sensorID, and other
Expand Down

0 comments on commit 649ac10

Please sign in to comment.