mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
2 months to expire posts from dht
This commit is contained in:
parent
06c93bcf38
commit
d93da9efd5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user