We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31222b commit 2113bccCopy full SHA for 2113bcc
p2p/database/datastore.go
@@ -23,7 +23,7 @@ const (
23
TransactionsKind = "transactions"
24
TransactionEventsKind = "transaction_events"
25
PeersKind = "peers"
26
- MaxAttempts = 10
+ MaxAttempts = 3
27
)
28
29
// Datastore wraps the datastore client, stores the sensorID, and other
0 commit comments