Commit c68f875c by huangfusuper

缩短快照记录时间

parent 7dbfab80
...@@ -31,7 +31,7 @@ public class JobSnapshotThreadRunHelper extends BaseThreadRunHelper { ...@@ -31,7 +31,7 @@ public class JobSnapshotThreadRunHelper extends BaseThreadRunHelper {
private Long snapshootDate; private Long snapshootDate;
private final FlowStatusSnapshootMapper flowStatusSnapshootMapper; private final FlowStatusSnapshootMapper flowStatusSnapshootMapper;
private static final String LOCK_NAME = "JobSnapshotThreadRunHelper"; private static final String LOCK_NAME = "JobSnapshotThreadRunHelper";
private static final Long SELLP_TIME = 600000L; private static final Long SELLP_TIME = 120000L;
private final DataSource dataSource; private final DataSource dataSource;
private final FlowService flowService; private final FlowService flowService;
private final RunRecordingService runRecordingService; private final RunRecordingService runRecordingService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment