Change list size

This commit is contained in:
Ai Lin Chia 2018-04-20 16:23:30 +02:00
parent 3872fe9ec9
commit 9674e723e4

@ -101,7 +101,7 @@ int main(int argc, char **argv) {
endKey.setMax();
for (;;) {
if (!msg5.getList(RDB_TITLEDB, cr->m_collnum, &list, &startKey, &endKey, 500000000, true, 0, -1, NULL, NULL, 0, true, -1, false)) {
if (!msg5.getList(RDB_TITLEDB, cr->m_collnum, &list, &startKey, &endKey, 10485760, true, 0, -1, NULL, NULL, 0, true, -1, false)) {
logf(LOG_TRACE, "msg5.getlist didn't block");
break;
}