mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
reduce BOB log level
This commit is contained in:
parent
c451d3a12c
commit
fe5ec8bda8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static const int sleepFactorDefault = 10; // 0.5s
|
|||
static const int sleepFactorFast = 1; // 0.05s
|
||||
static const int sleepFactorSlow = 20; // 1s
|
||||
|
||||
static struct RsLog::logInfo i2pBobLogInfo = {RsLog::Debug_All, "p3I2pBob"};
|
||||
static struct RsLog::logInfo i2pBobLogInfo = {RsLog::Default, "p3I2pBob"};
|
||||
|
||||
static const time_t selfCheckPeroid = 30;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue