Update default detection window accepted/tizen/unified/20190917.034058 submit/tizen/20190916.120818
authorsaerome.kim <saerome.kim@samsung.com>
Mon, 16 Sep 2019 11:43:28 +0000 (20:43 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 16 Sep 2019 12:07:34 +0000 (21:07 +0900)
Change-Id: I2a1dd59a8cbd6db7984596853cb23aceaf029984
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
packaging/ua-plugin-wifi-dummy.spec
src/wifi-plugin.c

index 128872b..e39cbe2 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       ua-plugin-wifi-dummy
 Summary:    Wi-Fi User awareness plugin for VD
-Version:    0.6.4
+Version:    0.9.0
 Release:    1
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
index 49060f2..9113fe7 100644 (file)
@@ -30,7 +30,7 @@
 #define AUTHOR "Samsung"
 #define VERSION        "0.1"
 
-#define DETECTION_WINDOW_DEFAULT 60 /* 1 minute -> 1 * 60 = 60 seconds */
+#define DETECTION_WINDOW_DEFAULT 55 /* 55 seconds */
 #define ABSENCE_THRESHOLD_DEFAULT 1
 
 static int wifi_detection_window = DETECTION_WINDOW_DEFAULT;