2 months to expire posts from dht

This commit is contained in:
Miguel Freitas 2013-10-27 22:54:47 -02:00
parent 06c93bcf38
commit d93da9efd5

View File

@ -11,7 +11,7 @@
#define USERPOST_FLAG_DM 0x02 #define USERPOST_FLAG_DM 0x02
#define BLOCK_AGE_TO_EXPIRE_DHT_ENTRY (2016) // about 2 weeks #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 class twister