Add initial thread delay config for cdm-config.xml

revert-70aa11f8
warunalakshitha 8 years ago
parent 3938064210
commit 1470abeb0b

@ -26,8 +26,9 @@
</DataSourceConfiguration> </DataSourceConfiguration>
</ManagementRepository> </ManagementRepository>
<PushNotificationConfiguration> <PushNotificationConfiguration>
<SchedulerBatchSize>1</SchedulerBatchSize> <SchedulerBatchSize>1000</SchedulerBatchSize>
<SchedulerBatchDelayMills>1000</SchedulerBatchDelayMills> <SchedulerBatchDelayMills>60000</SchedulerBatchDelayMills>
<SchedulerTaskInitialDelay>60000</SchedulerTaskInitialDelay>
<SchedulerTaskEnabled>true</SchedulerTaskEnabled> <SchedulerTaskEnabled>true</SchedulerTaskEnabled>
<PushNotificationProviders> <PushNotificationProviders>
<Provider>org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider</Provider> <Provider>org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider</Provider>

Loading…
Cancel
Save