File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
development-utility/development-server/src/com/thoughtworks/go/server Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ private static void setupPeriodicGC(SystemEnvironment systemEnvironment) {
8888 systemEnvironment .set (SystemEnvironment .GO_CONFIG_REPO_PERIODIC_GC , true );
8989 systemEnvironment .set (SystemEnvironment .GO_CONFIG_REPO_GC_AGGRESSIVE , true );
9090 systemEnvironment .setProperty ("go.config.repo.gc.cron" , "0 0/1 * 1/1 * ?" );
91- systemEnvironment .setProperty ("go.config.repo.gc.min.interval" , "10000" );
9291 systemEnvironment .setProperty ("go.config.repo.gc.check.interval" , "10000" );
9392 }
9493
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ go.elasticplugin.heartbeat.interval=60000
2727cruise.build.assignment.service.interval =5000
2828cruise.config.refresh.interval =5000
2929go.config.repo.gc.cron =0 0 7 ? * SUN
30- go.config.repo.gc.min.interval =300000
3130go.config.repo.gc.check.interval =28800000
3231cruise.disk.space.check.interval =5000
3332cruise.agent.service.refresh.interval =5000
Original file line number Diff line number Diff line change 3030 <import resource =" propertyConfigurer.xml" />
3131
3232 <task : scheduled-tasks >
33- <task : scheduled ref =" configRepository" method =" garbageCollect" cron =" ${go.config.repo.gc.cron}" fixed-delay = " ${go.config.repo.gc.min.interval} " />
33+ <task : scheduled ref =" configRepository" method =" garbageCollect" cron =" ${go.config.repo.gc.cron}" />
3434 <task : scheduled ref =" configRepositoryGCWarningService" method =" checkRepoAndAddWarningIfRequired" fixed-delay =" ${go.config.repo.gc.check.interval}" />
3535 </task : scheduled-tasks >
3636
You can’t perform that action at this time.
0 commit comments