RE: How to increase cache settings for ManifoldCF Authority Service

2012-07-04 Thread Karl Wright
: How to increase cache settings for ManifoldCF Authority Service Many Thanks!! I changed the value did rebuild of ManifoldCF which helped to solve the issue. Regards Anupam On Tue, Jul 3, 2012 at 4:24 PM, Shinichiro Abe shinichiro.ab...@gmail.comwrote: Hi, I think you see the following line

Re: How to increase cache settings for ManifoldCF Authority Service

2012-07-03 Thread Anupam Bhattacharya
Sorry i didn't mention that clearly. I was just trying to figure out from the SVN Code where the 1 min timeout changes have been kept. By my best guess, I can see a line which must be doing this 1 min timeout changes in

Re: How to increase cache settings for ManifoldCF Authority Service

2012-07-03 Thread Shinichiro Abe
Hi, I think you see the following line if you configure cache life time. source: org.apache.manifoldcf.crawler.authorities.DCTM.AuthorityConnector.java protected static long responseLifetime = 6L; --this value I think ActiveDirectoryAuthority.java code helps this. Regards, Shinichiro