diff options
author | fpaquett <francis.paquette@amdocs.com> | 2018-11-28 15:35:40 -0500 |
---|---|---|
committer | fpaquett <francis.paquette@amdocs.com> | 2018-11-28 15:35:57 -0500 |
commit | 64799959d265ad14c44b0d1d07a50bfa7d7d3e6d (patch) | |
tree | 2e2975e51afbbe3bd4c60f23777a97875b9e0a9a /sparkybe-onap-application/config/spring-beans | |
parent | 5e4b48acc875f88e2958b4469cb889222ca2f11c (diff) |
Reactivate nightly sync
Issue-ID: AAI-1972
Change-Id: I666963583e2f1cfc2dba335ae76d1a27962d9f63
Signed-off-by: fpaquett <francis.paquette@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application/config/spring-beans')
-rw-r--r-- | sparkybe-onap-application/config/spring-beans/sparky-sync.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-sync.xml b/sparkybe-onap-application/config/spring-beans/sparky-sync.xml index 721e12e..f7b3ec1 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-sync.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-sync.xml @@ -63,7 +63,7 @@ <property name="syncTaskFrequencyInDays" value="1" /> <property name="numSyncControllerWorkers" value="2" /> <property name="runOnceSyncEnabled" value="true" /> - <property name="periodicSyncEnabled" value="false" /> + <property name="periodicSyncEnabled" value="true" /> <property name="numInternalSyncWorkers" value="2" /> <property name="numSyncElasticWorkers" value="5" /> <property name="numSyncActiveInventoryWorkers" value="5" /> @@ -115,7 +115,7 @@ <property name="syncTaskFrequencyInDays" value="1" /> <property name="numSyncControllerWorkers" value="2" /> <property name="runOnceSyncEnabled" value="true" /> - <property name="periodicSyncEnabled" value="false" /> + <property name="periodicSyncEnabled" value="true" /> <property name="numInternalSyncWorkers" value="2" /> <property name="numSyncElasticWorkers" value="5" /> <property name="numSyncActiveInventoryWorkers" value="5" /> @@ -162,7 +162,7 @@ <property name="syncTaskFrequencyInDays" value="1" /> <property name="numSyncControllerWorkers" value="2" /> <property name="runOnceSyncEnabled" value="true" /> - <property name="periodicSyncEnabled" value="false" /> + <property name="periodicSyncEnabled" value="true" /> <property name="numInternalSyncWorkers" value="2" /> <property name="numSyncElasticWorkers" value="5" /> <property name="numSyncActiveInventoryWorkers" value="5" /> @@ -203,7 +203,7 @@ <property name="syncTaskFrequencyInDays" value="1" /> <property name="numSyncControllerWorkers" value="2" /> <property name="runOnceSyncEnabled" value="true" /> - <property name="periodicSyncEnabled" value="false" /> + <property name="periodicSyncEnabled" value="true" /> <property name="numInternalSyncWorkers" value="2" /> <property name="numSyncElasticWorkers" value="5" /> <property name="numSyncActiveInventoryWorkers" value="5" /> |