increase event queue size for network issue 58/112258/1 accepted/tizen/3.0/common/20170203.151128 accepted/tizen/3.0/ivi/20170203.090034 accepted/tizen/3.0/mobile/20170203.085954 accepted/tizen/3.0/wearable/20170203.090019 submit/tizen_3.0/20170203.041145
authorintae, jeon <intae.jeon@samsung.com>
Tue, 31 Jan 2017 01:20:00 +0000 (10:20 +0900)
committerintae, jeon <intae.jeon@samsung.com>
Tue, 31 Jan 2017 01:20:00 +0000 (10:20 +0900)
Change-Id: I75e24ac39bbe73256ae681d5a520b9726ed18685
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
email-common-use/include/email-internal-types.h

index 085da55..7c1c6f2 100755 (executable)
@@ -252,7 +252,7 @@ typedef pthread_t thread_t;
 #define INLINE_ATTACHMENT    1
 #define ATTACHMENT           2
 
-#define EVENT_QUEUE_MAX 64
+#define EVENT_QUEUE_MAX 128
 
 #define EMAIL_LAUNCHED_BY_UNKNOWN_METHOD  0
 #define EMAIL_LAUNCHED_BY_DBUS_ACTIVATION 1