From d93da9efd5057e4e9adc5436fa7dc16afd5c4e2d Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 27 Oct 2013 22:54:47 -0200 Subject: [PATCH] 2 months to expire posts from dht --- src/twister.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twister.h b/src/twister.h index 38233776..ef3daaba 100644 --- a/src/twister.h +++ b/src/twister.h @@ -11,7 +11,7 @@ #define USERPOST_FLAG_DM 0x02 #define BLOCK_AGE_TO_EXPIRE_DHT_ENTRY (2016) // about 2 weeks -#define BLOCK_AGE_TO_EXPIRE_DHT_POSTS (4320*6) // about 6 months +#define BLOCK_AGE_TO_EXPIRE_DHT_POSTS (4320*2) // about 2 months class twister