Versions Compared

Key

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

...

From version 2010.01 onwards, it is recommended to replace this snippet for the profiles 'Full', 'Minimal' and 'Custom' by something likethe following:

Code Block
xml
xml
      <activity id="Activity.In.FewsSessions">
        <channelId>Channel.In.FewsSessions</channelId>
        <schedule>
          <continuous>
	    <period unit="minute" multiplier="3" divider="1"/>
	    <priority>low</priority>
          </continuous>
        </schedule>
        <timeOut>10000</timeOut>
      </activity>

...