popping data every 1 sec challenge_test
authorJin Yoon <jinny.yoon@samsung.com>
Wed, 25 Oct 2017 13:23:17 +0000 (22:23 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Wed, 25 Oct 2017 13:23:17 +0000 (22:23 +0900)
src/controller.c

index 4b3cd13..6286d5b 100755 (executable)
@@ -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