mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
switched to new rslog method
This commit is contained in:
parent
f6c5a05c8e
commit
09afbbed5d
19 changed files with 62 additions and 45 deletions
|
@ -67,7 +67,11 @@
|
|||
|
||||
using namespace Rs::Msgs;
|
||||
|
||||
const int msgservicezone = 54319;
|
||||
static struct RsLog::logInfo msgservicezoneInfo = {
|
||||
.lvl = RsLog::Default,
|
||||
.name = "msgservice"
|
||||
};
|
||||
#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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue