diff --git a/p2p/database/datastore.go b/p2p/database/datastore.go index e91dd13c..29c0a7f5 100644 --- a/p2p/database/datastore.go +++ b/p2p/database/datastore.go @@ -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