Thanks a lot...I will change the code.... Last question "faulted in" means "cache everything" or "dont cache" Best Regards, On Fri, Dec 5, 2014 at 1:51 PM, Cyrus Daboo <cdaboo@apple.com> wrote:
Hi Gaurav,
--On December 5, 2014 at 1:35:04 PM -0800 Gaurav Jain < monkeyfdude@gmail.com> wrote:
Since I am in development mode and probably will not be dealing with large
scale in near future.....is there a way I can simply ignore cache or cache everything?
cache everything will be better as I am not dealing with scale for right now.
There is no configuration option for that. If you want to change the code, look for the module twistedcaldav/directory/directory.py and locate the method getGroups() in the class GroupMembershipCacheUpdater. Change the "if guids is None:" statement to "if True:". That should force all groups to be faulted in.
-- Cyrus Daboo