From 6d7ecefa02f1faba54c05d4fe08ab346209d0704 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 8 Dec 2014 17:03:23 -0500 Subject: [PATCH] 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 6a0d1dc8c..778654995 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 */