X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.h;h=e3c497aeee06300e279b4667cd991722aa787c1e;hb=a17029f3de3777937d4f7b441c5d3ba7ca3d47e7;hp=b83c058c0b91861e5ad1549922b098103960752f;hpb=433e7ba0901e40f197bd969a16d589efe9b0244a;p=lttv.git 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 /**