You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/07/19 12:26:35 UTC

svn commit: r1363284 - /manifoldcf/branches/CONNECTORS-488/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/authorities/DCTM/AuthorityConnector.java

Author: kwright
Date: Thu Jul 19 10:26:35 2012
New Revision: 1363284

URL: http://svn.apache.org/viewvc?rev=1363284&view=rev
Log:
Forgot the session cleanup code, and the parameter is in minutes not seconds

Modified:
    manifoldcf/branches/CONNECTORS-488/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/authorities/DCTM/AuthorityConnector.java

Modified: manifoldcf/branches/CONNECTORS-488/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/authorities/DCTM/AuthorityConnector.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-488/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/authorities/DCTM/AuthorityConnector.java?rev=1363284&r1=1363283&r2=1363284&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-488/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/authorities/DCTM/AuthorityConnector.java (original)
+++ manifoldcf/branches/CONNECTORS-488/connectors/documentum/connector/src/main/java/org/apache/manifoldcf/crawler/authorities/DCTM/AuthorityConnector.java Thu Jul 19 10:26:35 2012
@@ -40,7 +40,7 @@ public class AuthorityConnector extends 
   public static final String CONFIG_PARAM_DOMAIN = "domain";
   public static final String CONFIG_PARAM_CASEINSENSITIVE = "usernamecaseinsensitive";
   public static final String CONFIG_PARAM_USESYSTEMACLS = "usesystemacls";
-  public static final String CONFIG_PARAM_CACHELIFETIME = "cachelifetimesecs";
+  public static final String CONFIG_PARAM_CACHELIFETIME = "cachelifetimemins";
   public static final String CONFIG_PARAM_CACHELRUSIZE = "cachelrusize";
   
   protected String docbaseName = null;
@@ -996,6 +996,10 @@ public class AuthorityConnector extends 
     userName = null;
     password = null;
     domain = null;
+    
+    cacheLifetime = null;
+    cacheLRUsize = null;
+
   }
 
   /** This method is periodically called for all connectors that are connected but not