Event filter value is changed to 0.01
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 25 Jun 2013 06:52:09 +0000 (15:52 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 25 Jun 2013 06:52:09 +0000 (15:52 +0900)
Change-Id: If3c5d64421f591205b1c000129fbb26414b94740

packaging/liblivebox-viewer.spec
src/livebox.c

index 32ea4ff..580744e 100644 (file)
@@ -1,6 +1,6 @@
 Name: liblivebox-viewer
 Summary: Library for developing the application.
-Version: 0.13.5
+Version: 0.13.6
 Release: 1
 Group: HomeTF/Livebox
 License: Flora License
index 21b5667..ddebcbb 100644 (file)
@@ -58,7 +58,7 @@ static struct info {
        .fault_list = NULL,
        .init_count = 0,
        .prevent_overwrite = 0,
-       .event_filter = 0.02f,
+       .event_filter = 0.01f,
 };
 
 struct cb_info {