Skip to content

Commit

Permalink
revert: MINIMUM_CONNECT_TIME (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
decryp2kanon committed May 12, 2020
1 parent cef03ef commit e37dfec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/net_processing.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ static constexpr int64_t STALE_CHECK_INTERVAL = 5; // seconds // FIXME.SUGAR
// sugarchain: (5 / 3) = 1.666...
static constexpr int64_t EXTRA_PEER_CHECK_INTERVAL = 3; // seconds // FIXME.SUGAR
/** Minimum time an outbound-peer-eviction candidate must be connected for, in order to evict, in seconds */
// (30 / 2) = 15
static constexpr int64_t MINIMUM_CONNECT_TIME = 15; // seconds // FIXME.SUGAR
static constexpr int64_t MINIMUM_CONNECT_TIME = 30;

class PeerLogicValidation : public CValidationInterface, public NetEventsInterface {
private:
Expand Down

1 comment on commit e37dfec

@decryp2kanon

This comment was marked as resolved.

Please sign in to comment.