Friday, 29 January 2016

Personalization properties updating cache information

Navigate to below location and pick this  PersonalizationService.properties file from below location.
wp_profile\PortalServer\config\config\services

rulesEngine.cache.timeout=300  :- Update the amount of seconds it should be cached

No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...