Browse Source

修改省其他服务推送时间间隔

tangjiang 9 months ago
parent
commit
c785665d97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/DataSharing.Host/StartupHelper.cs

+ 1 - 1
src/DataSharing.Host/StartupHelper.cs

@@ -240,7 +240,7 @@ namespace DataSharing.Host
                     .WithIdentity("task-province-other-trigger")
                     .ForJob(taskProvinceOtherKey)
                     .StartNow()
-                   .WithCronSchedule("0/30 * * * * ? ")
+                   .WithCronSchedule("0/10 * * * * ? ")
                 );
 
                 //其它平台服务