mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 17:09:34 -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;
|
||||
mChanged = false ;
|
||||
mMaxPreventReloadBannedIds = BANNED_NODES_INACTIVITY_KEEP_DEFAULT;
|
||||
mMaxPreventReloadBannedIds = 0 ; // default is "never"
|
||||
}
|
||||
|
||||
const std::string GXS_REPUTATION_APP_NAME = "gxsreputation";
|
||||
|
Loading…
Reference in New Issue
Block a user