Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Since version 6.3.0 (for Jira 7) and 7.1.0 (for Jira 8), we have removed the ability to configure the Connection's cache expiry via the Connection Configuration Interface.Image Removed

...

The cache expiry now defaults to 24 hours. If you need to configure the cache expiry for any reason, you may still do it by configuring the system property (you must be an admin).

To do this: 

  1. Edit bin/setenv.sh
     

  2. Append the following property to JVM_EXTRA_ARGS:

Code Block
-Dnet.customware.plugins.connector.salesforce.connection.<connectionId>.cacheExpiry=30

...