greatly reduce FAILURE_MAX

ref T1820
This commit is contained in:
Mike Blumenkrantz 2014-12-08 17:03:23 -05:00
parent 12f469ad20
commit 6d7ecefa02
1 changed files with 1 additions and 1 deletions

View File

@ -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 */