You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2013/06/20 11:45:20 UTC

[jira] [Reopened] (DIRSERVER-1840) Wrong default duration for ads-repllogmaxidle

     [ https://issues.apache.org/jira/browse/DIRSERVER-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny reopened DIRSERVER-1840:
------------------------------------------

    
> 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-RC1
>
>
> 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