Skip to content

Commit

Permalink
Merge pull request #1739 from charithag/master
Browse files Browse the repository at this point in the history
Update cdm-config for analytics
  • Loading branch information
rasika authored Mar 5, 2018
2 parents 7f2f036 + 98f9aa5 commit cf4fbef
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
12 changes: 8 additions & 4 deletions modules/distribution/src/analytics/conf/cdm_config_change.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<processor>
<!-- Remove current PushNotificationProviders config -->
<remove>
<name>//DeviceMgtConfiguration/PushNotificationConfiguration/PushNotificationProviders</name>
<name>//DeviceMgtConfiguration/PushNotificationConfiguration</name>
</remove>
<!-- Remove current DeviceStatusTask config -->
<remove>
<name>//DeviceMgtConfiguration/DeviceStatusTaskConfig</name>
</remove>

<!-- Add modified Carbon db and UM db config -->
<!-- Add modified config -->
<add>
<inside>//DeviceMgtConfiguration/PushNotificationConfiguration</inside>
<file>src/analytics/conf/push_notification_config.xml</file>
<inside>//DeviceMgtConfiguration</inside>
<file>src/analytics/conf/modified_cdm_config.xml</file>
</add>
</processor>
12 changes: 12 additions & 0 deletions modules/distribution/src/analytics/conf/modified_cdm_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<config>
<PushNotificationConfiguration>
<SchedulerBatchSize>1000</SchedulerBatchSize>
<SchedulerBatchDelayMills>60000</SchedulerBatchDelayMills>
<SchedulerTaskInitialDelay>60000</SchedulerTaskInitialDelay>
<SchedulerTaskEnabled>false</SchedulerTaskEnabled>
<PushNotificationProviders/>
</PushNotificationConfiguration>
<DeviceStatusTaskConfig>
<Enable>false</Enable>
</DeviceStatusTaskConfig>
</config>

This file was deleted.

0 comments on commit cf4fbef

Please sign in to comment.