From 32033abf9cb57bb9249f7690161a56c013f0dbc9 Mon Sep 17 00:00:00 2001 From: wowario Date: Thu, 29 Oct 2020 07:01:16 +0300 Subject: [PATCH] more aggressive testing --- src/cryptonote_protocol/cryptonote_protocol_handler.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl index 56b5590a2..27e605151 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl @@ -73,7 +73,7 @@ #define DROP_ON_SYNC_WEDGE_THRESHOLD (30 * 1000000000ull) // nanoseconds #define LAST_ACTIVITY_STALL_THRESHOLD (2.0f) // seconds #define WAIT_FOR_BLOCK_TIME (20) // seconds -#define DROP_PEERS_ON_SCORE -2 +#define DROP_PEERS_ON_SCORE -1 namespace cryptonote {