vere: bumps replay batch size to 500 events

This commit is contained in:
Joe Bryan 2020-04-30 18:57:49 -07:00
parent b06772f264
commit b24a83e8f2

View File

@ -21,7 +21,7 @@
#include "vere/vere.h"
#define PIER_READ_BATCH 1000ULL
#define PIER_PLAY_BATCH 100ULL
#define PIER_PLAY_BATCH 500ULL
#define PIER_WORK_BATCH 10ULL
#undef VERBOSE_PIER