From a17029f3de3777937d4f7b441c5d3ba7ca3d47e7 Mon Sep 17 00:00:00 2001 From: Yannick Brosseau Date: Fri, 26 Apr 2013 16:13:14 -0400 Subject: [PATCH] Temporarly disable event request chunking Signed-off-by: Yannick Brosseau --- lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h b/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h index b83c058c..e3c497ae 100644 --- a/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h +++ b/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h @@ -705,7 +705,9 @@ typedef struct _EventsRequest { } EventsRequest; /* Maximum number of events to proceed at once in a chunk */ -#define CHUNK_NUM_EVENTS 6000 +// TODO ybrosseau, temporarly disable the chunking of event request +// to solve a bug in the event state stability +#define CHUNK_NUM_EVENTS G_MAXUINT /** -- 2.34.1