Skip to content

Commit 010d68e

Browse files
committed
Broadcast address every day, not 9 hours
1 parent 4314544 commit 010d68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static const unsigned int DATABASE_FLUSH_INTERVAL = 24 * 60 * 60;
105105
/** Maximum length of reject messages. */
106106
static const unsigned int MAX_REJECT_MESSAGE_LENGTH = 111;
107107
/** Average delay between local address broadcasts in seconds. */
108-
static const unsigned int AVG_LOCAL_ADDRESS_BROADCAST_INTERVAL = 24 * 24 * 60;
108+
static const unsigned int AVG_LOCAL_ADDRESS_BROADCAST_INTERVAL = 24 * 60 * 60;
109109
/** Average delay between peer address broadcasts in seconds. */
110110
static const unsigned int AVG_ADDRESS_BROADCAST_INTERVAL = 30;
111111
/** Average delay between trickled inventory transmissions in seconds.

0 commit comments

Comments
 (0)