forked from community/product-iots
parent
7f2f03608a
commit
98f9aa5568
@ -1,12 +1,16 @@
|
|||||||
<processor>
|
<processor>
|
||||||
<!-- Remove current PushNotificationProviders config -->
|
<!-- Remove current PushNotificationProviders config -->
|
||||||
<remove>
|
<remove>
|
||||||
<name>//DeviceMgtConfiguration/PushNotificationConfiguration/PushNotificationProviders</name>
|
<name>//DeviceMgtConfiguration/PushNotificationConfiguration</name>
|
||||||
|
</remove>
|
||||||
|
<!-- Remove current DeviceStatusTask config -->
|
||||||
|
<remove>
|
||||||
|
<name>//DeviceMgtConfiguration/DeviceStatusTaskConfig</name>
|
||||||
</remove>
|
</remove>
|
||||||
|
|
||||||
<!-- Add modified Carbon db and UM db config -->
|
<!-- Add modified config -->
|
||||||
<add>
|
<add>
|
||||||
<inside>//DeviceMgtConfiguration/PushNotificationConfiguration</inside>
|
<inside>//DeviceMgtConfiguration</inside>
|
||||||
<file>src/analytics/conf/push_notification_config.xml</file>
|
<file>src/analytics/conf/modified_cdm_config.xml</file>
|
||||||
</add>
|
</add>
|
||||||
</processor>
|
</processor>
|
@ -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>
|
@ -1,5 +0,0 @@
|
|||||||
<config>
|
|
||||||
<PushNotificationProviders>
|
|
||||||
|
|
||||||
</PushNotificationProviders>
|
|
||||||
</config>
|
|
Loading…
Reference in new issue