mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
testnet changes
This commit is contained in:
8
NetDb.h
8
NetDb.h
@@ -31,7 +31,13 @@ namespace data
|
||||
const int NETDB_INTRODUCEE_EXPIRATION_TIMEOUT = 65*60;
|
||||
const int NETDB_MIN_EXPIRATION_TIMEOUT = 90*60; // 1.5 hours
|
||||
const int NETDB_MAX_EXPIRATION_TIMEOUT = 27*60*60; // 27 hours
|
||||
|
||||
|
||||
#ifdef MESHNET
|
||||
const int NETDB_PUBLISH_INTERVAL = 60;
|
||||
#else
|
||||
const int NETDB_PUBLISH_INTERVAL = 60*40;
|
||||
#endif
|
||||
|
||||
class NetDb
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user