merged also with LDAP Sync script

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-mail-servlet@117370 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-07-20 17:18:37 +00:00
parent 6e242f1f83
commit d027c49643
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class PortalSchedulerService extends HttpServlet {
private static final Logger _log = LoggerFactory.getLogger(PortalSchedulerService.class);
private static final int POP3_MINUTES_DELAY = 1;
private static final int LDAP_MINUTES_DELAY = 1;
private static final int LDAP_MINUTES_DELAY = 10;
private static DatabookStore store;