summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJin Yoon <jinny.yoon@samsung.com>2017-10-25 22:23:17 +0900
committerJin Yoon <jinny.yoon@samsung.com>2017-10-25 22:23:17 +0900
commit4bc172aad02dcdbdbd6bc8cd2e66419df482695b (patch)
tree02600c30b63055381cb4f3b5478b1a5ba109f1c5
parent733bf2778f85dac6894b62ad11b90bfd9103f482 (diff)
downloadposition-finder-client-4bc172aad02dcdbdbd6bc8cd2e66419df482695b.tar.gz
position-finder-client-4bc172aad02dcdbdbd6bc8cd2e66419df482695b.tar.bz2
position-finder-client-4bc172aad02dcdbdbd6bc8cd2e66419df482695b.zip
popping data every 1 secchallenge_test
-rwxr-xr-xsrc/controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c
index 4b3cd13..6286d5b 100755
--- a/src/controller.c
+++ b/src/controller.c
@@ -36,7 +36,7 @@
#define MAX_QUEUE_ELEMENTS 30
#define DOOR_RESOURCE_TYPE "org.tizen.door"
#define FINDING_SERVER_INTERVAL 10.0f
-#define POPPING_VALUE_INTERVAL 5.0f
+#define POPPING_VALUE_INTERVAL 1.0f
#ifdef WEB_API_URI_PUBLIC
#define WEB_API_URI WEB_API_URI_PUBLIC