[ 
https://issues.apache.org/jira/browse/DIRSERVER-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647458#comment-13647458
 ] 

Michael Simon commented on DIRSERVER-1840:
------------------------------------------

Easy one. I'm having yet some troubles with replication and i'm investigating. 
Just can't put my finger on it.
                
> 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
>
> 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

Reply via email to