Commit 67d7e214 by huangfusuper

缩短快照保存时间

parent 825573d0
...@@ -114,7 +114,7 @@ public class JobSnapshotThreadRunHelper extends BaseThreadRunHelper { ...@@ -114,7 +114,7 @@ public class JobSnapshotThreadRunHelper extends BaseThreadRunHelper {
//删除超过期限的快照 //删除超过期限的快照
flowStatusSnapshootMapper.deleteOutSnapShoot(snapshootDate * 24 * 60 * 60 * 1000); flowStatusSnapshootMapper.deleteOutSnapShoot(snapshootDate * 24 * 60 * 60 * 1000);
return SELLP_TIME; return UNIVERSAL_WAIT_TIME;
} }
......
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