Portal Caching
5.0.0.111 and 2.2.0.111 and up.
...
- Add the following keys to C:\GetSmart\Square9.GlobalAction.exe.config in the <appSettings> section and adjust the value to the number of processes to execute per sweep
- <add key="MaxWaitLimit" value="15"></>add>
- <add key="MaxReadyLimit" value="15"></>add>
- A restart of the GlobalAction service is required after making changes to the configuration file.
- Both values refer to number of processing being worked on. Wait limit doesn't refer to time.
...
Add the following line to C:\GetSmart\ActionServices\GlobalAction_1\Square9.GlobalAction.exe.config
<add key="FieldTimeout" value="720"></>add>
The timeout value is in minutes, so 720 minutes = 12 hours
The GlobalAction service needs to be restarted for the changes to take effect.
...