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 the following:

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

This defines that the information needed for these overviews is synchronized every three minutes.

...