Skip to content

Commit

Permalink
#2885 Fixed feature Enabled Event Pending Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Limraj committed May 15, 2024
1 parent a9a0db7 commit a39b229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebContent/WEB-INF/applicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<bean id="updatePendingEventsJobDetail" class="org.quartz.JobDetail">
<constructor-arg value="Quartz - job-UpdatePendingEvents"/>
<constructor-arg value="DEFAULT"/>
<constructor-arg value="org.scada_lts.quartz.UpdatePointHierarchyCache" type="java.lang.Class"/>
<constructor-arg value="org.scada_lts.quartz.UpdatePendingEvents" type="java.lang.Class"/>
</bean>

<bean id="updatePendingEventsScheduler" class="org.scada_lts.quartz.SimpleTriggerScheduler" destroy-method="stop">
Expand Down

0 comments on commit a39b229

Please sign in to comment.