mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
fixed p3msgservice.cc
This commit is contained in:
parent
d8235c6caf
commit
3cf1968943
1 changed files with 1 additions and 4 deletions
|
@ -67,10 +67,7 @@
|
||||||
|
|
||||||
using namespace Rs::Msgs;
|
using namespace Rs::Msgs;
|
||||||
|
|
||||||
static struct RsLog::logInfo msgservicezoneInfo = {
|
static struct RsLog::logInfo msgservicezoneInfo = {RsLog::Default, "msgservice"};
|
||||||
.lvl = RsLog::Default,
|
|
||||||
.name = "msgservice"
|
|
||||||
};
|
|
||||||
#define msgservicezone &msgservicezoneInfo
|
#define msgservicezone &msgservicezoneInfo
|
||||||
|
|
||||||
static const uint32_t RS_MSG_DISTANT_MESSAGE_HASH_KEEP_TIME = 2*30*86400 ; // keep msg hashes for 2 months to avoid re-sent msgs
|
static const uint32_t RS_MSG_DISTANT_MESSAGE_HASH_KEEP_TIME = 2*30*86400 ; // keep msg hashes for 2 months to avoid re-sent msgs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue