[
https://issues.apache.org/jira/browse/DIRSERVER-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny updated DIRSERVER-1840:
-----------------------------------------
Fix Version/s: (was: 2.0.0-RC1)
2.0.0-M13
> Wrong default duration for ads-repllogmaxidle
> ---------------------------------------------
>
> Key: DIRSERVER-1840
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1840
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 2.0.0-M11
> Reporter: Michael Simon
> Priority: Minor
> Fix For: 2.0.0-M13
>
>
> org.apache.directory.server.ldap.replication.provider.ReplicaEventLog.java:118
> public static final int DEFAULT_MAX_IDLE_PERIOD = 2 * 24 * 60;
> The description says:
> /** the duration(in seconds) of consumer inactivity after which this log
> will be deleted. Defaults to 172800 seconds (i.e. 2 days) */
> should probably be:
> public static final int DEFAULT_MAX_IDLE_PERIOD = 2 * 24 * 60 * 60;
> Also present in actual svn trunk.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira