Below is a list of the community service parameters that may be modified via system properties. The default value for each is also specified.
org.cougaar.community.update.interval=30000 - Defines how long community state updates should be aggregated before transmitting to interested agents
org.cougaar.community.manager.check.interval=60000 - Defines how often a community manager reads the White Pages to verify that it is bound to applicable community name(s)
org.cougaar.community.cache.expiration=1200000 - Defines how long a locally cached copy of a community descriptor is considered valid before a refresh is requested. The manager for the community will proactively refresh local caches at half this period. For instance, if the cache expiration is 20 minutes the manager will send updates to cache holders every 10 minutes.
org.cougaar.community.verify.memberships.interval=60000 - Defines how often an agent will check parent communities to verify they correctly reflect agents membership state and attributes. This check is performed on cached copy of community descriptors.