discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=6d7ecefa02f1faba54c05d4fe08ab346209d0704

commit 6d7ecefa02f1faba54c05d4fe08ab346209d0704
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Dec 8 17:03:23 2014 -0500

    greatly reduce FAILURE_MAX
    
    ref T1820
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 6a0d1dc..7786549 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -20,7 +20,7 @@
 */
 
 #define UPDATE_MAX 512 // same as evas
-#define FAILURE_MAX 10 // seems reasonable
+#define FAILURE_MAX 2 // seems reasonable
 #define SMART_NAME     "e_comp_object"
 
 /* for non-util functions */

-- 


Reply via email to