From a07d6769366fb40b354b6c0dc964c61c3dce4e93 Mon Sep 17 00:00:00 2001 From: Harshan Liyanage Date: Tue, 20 Jun 2017 16:54:50 +0530 Subject: [PATCH] Increased timeouts for device status task. --- .../src/main/resources/devicetypes/android.xml | 8 ++++---- .../src/main/resources/devicetypes/windows.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/features/mobile-plugins-feature/android-plugin-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/devicetypes/android.xml b/features/mobile-plugins-feature/android-plugin-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/devicetypes/android.xml index 961aa1c9b..ed43a7911 100644 --- a/features/mobile-plugins-feature/android-plugin-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/devicetypes/android.xml +++ b/features/mobile-plugins-feature/android-plugin-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/devicetypes/android.xml @@ -369,15 +369,15 @@ - The time interval (in seconds) in which the task should run for this device-type - The time duration (in seconds) in which the device can be moved to inactive status which means the device will be moved to inactive status if that device does not - contact the server within that time period. + contact the server within that time period. Better to have a multiplier of Frequency. - The time duration (in seconds) in which the device can be moved to unreachable status which means the device will be moved to unreachable status if that device does not - contact the server within that time period. + contact the server within that time period. Better to have a multiplier of Frequency. --> true 300 - 600 - 300 + 900 + 600 \ No newline at end of file diff --git a/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/devicetypes/windows.xml b/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/devicetypes/windows.xml index 420c80495..7ccd06a96 100644 --- a/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/devicetypes/windows.xml +++ b/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/devicetypes/windows.xml @@ -179,7 +179,7 @@ true 300 - 600 - 300 + 900 + 600