Skip to content
Snippets Groups Projects
Unverified Commit 7d5410f8 authored by lhameury's avatar lhameury
Browse files

Add "parapheur.fts.indexer.schedule" property, default to 1440, to disable job...

Add "parapheur.fts.indexer.schedule" property, default to 1440, to disable job "FTSIndexerJob" by default
parent a18aa52a
No related branches found
No related tags found
No related merge requests found
Pipeline #84634 failed
......@@ -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>
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment