Extend packet history expire time to 10 minutes (#2921)

This commit is contained in:
Ben Meadors 2023-11-03 15:43:26 -05:00 committed by GitHub
parent 45c5e0e730
commit 4a6cc8fd8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
#include "Router.h"
#include <unordered_set>
/// We clear our old flood record five minute after we see the last of it
#define FLOOD_EXPIRE_TIME (5 * 60 * 1000L)
/// We clear our old flood record 10 minutes after we see the last of it
#define FLOOD_EXPIRE_TIME (10 * 60 * 1000L)
/**
* A record of a recent message broadcast