Versions Compared

Key

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

Portal Caching

...

  • 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.

...