up min profile history to 5

pull/53/head
Zlatin Balevsky 2020-10-24 10:18:26 +01:00
parent 43a503514b
commit 8a4a2a75c4
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class MuWireSettings {
hostRejectInterval = Integer.valueOf(props.getProperty("hostRejectInterval", "1"))
hostHopelessPurgeInterval = Integer.valueOf(props.getProperty("hostHopelessPurgeInterval","1440"))
hostProfileHistory = Integer.valueOf(props.getProperty("hostProfileHistory","100"))
minHostProfileHistory = Integer.valueOf(props.getProperty("minHostProfileHistory","3"))
minHostProfileHistory = Integer.valueOf(props.getProperty("minHostProfileHistory","5"))
meshExpiration = Integer.valueOf(props.getProperty("meshExpiration","60"))
embeddedRouter = Boolean.valueOf(props.getProperty("embeddedRouter","false"))
plugin = Boolean.valueOf(props.getProperty("plugin","false"))