mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-02 11:26:31 -05:00
set auto-reset of banned nodes to "never" by default
This commit is contained in:
parent
70a92a1c32
commit
3c07d50dac
@ -166,7 +166,7 @@ p3GxsReputation::p3GxsReputation(p3LinkMgr *lm)
|
|||||||
|
|
||||||
mLastReputationConfigSaved = 0;
|
mLastReputationConfigSaved = 0;
|
||||||
mChanged = false ;
|
mChanged = false ;
|
||||||
mMaxPreventReloadBannedIds = BANNED_NODES_INACTIVITY_KEEP_DEFAULT;
|
mMaxPreventReloadBannedIds = 0 ; // default is "never"
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string GXS_REPUTATION_APP_NAME = "gxsreputation";
|
const std::string GXS_REPUTATION_APP_NAME = "gxsreputation";
|
||||||
|
Loading…
Reference in New Issue
Block a user