diff --git a/iparapheur-amp/src/main/webapp/WEB-INF/classes/alfresco/scheduled-jobs-context.xml b/iparapheur-amp/src/main/webapp/WEB-INF/classes/alfresco/scheduled-jobs-context.xml index dc0f6711897986bb76d62c5608c769a11d2e22ad..8875c411638aa51f45050c84a76f5f6d3095f777 100644 --- a/iparapheur-amp/src/main/webapp/WEB-INF/classes/alfresco/scheduled-jobs-context.xml +++ b/iparapheur-amp/src/main/webapp/WEB-INF/classes/alfresco/scheduled-jobs-context.xml @@ -25,10 +25,10 @@ <ref bean="schedulerFactory" /> </property> <property name="startDelayMinutes"> - <value>1440</value> + <value>${parapheur.fts.indexer.schedule}</value> </property> <property name="repeatIntervalMinutes"> - <value>1440</value> + <value>${parapheur.fts.indexer.schedule}</value> </property> </bean> diff --git a/iparapheur-core/src/main/resources/alfresco/module/parapheur/alfresco-global.properties b/iparapheur-core/src/main/resources/alfresco/module/parapheur/alfresco-global.properties index 27fa4af7e08db56d822d2fc6f936984bd37b0cc8..41e4cad4751c23a3f9e6f8bbd0ebae2ddbef3b20 100644 --- a/iparapheur-core/src/main/resources/alfresco/module/parapheur/alfresco-global.properties +++ b/iparapheur-core/src/main/resources/alfresco/module/parapheur/alfresco-global.properties @@ -64,4 +64,6 @@ parapheur.document.openxml.accept=false # Pour activer, definir la valeur a 10000 parapheur.tdts2low.startdelay=86400000 -parapheur.ihm.action.mail.allow=true \ No newline at end of file +parapheur.ihm.action.mail.allow=true + +parapheur.fts.indexer.schedule=1440 \ No newline at end of file