Add initial thread delay config for cdm-config.xml

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

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

Loading…
Cancel
Save