|
|
@@ -535,7 +535,7 @@ public class AppConfiguration {
|
|
|
taskLog.info("[ConversionSync] task stopped");
|
|
|
}
|
|
|
|
|
|
- @Scheduled(cron = "0 17 1,7,10,16,20,23 * * ?")
|
|
|
+ @Scheduled(cron = "0 17 1,7,9,11,16,20,23 * * ?")
|
|
|
public void runDelayedConversionSync() {
|
|
|
if (conversionSyncRunner == null || !props.isConversionSyncEnabled()) {
|
|
|
return;
|