[WIP] Add event buffering on scroll/resume

This commit is contained in:
gconsidine
2018-02-26 11:18:02 -05:00
committed by Jake McDermott
parent 60a43015e2
commit a5bd905f18
2 changed files with 25 additions and 17 deletions

View File

@@ -59,8 +59,9 @@ function resolveResource (Job, ProjectUpdate, AdHocCommand, SystemJob, WorkflowJ
ws: getWebSocketResource(type),
page: {
cache: PAGE_CACHE,
limit: PAGE_LIMIT,
size: PAGE_SIZE
size: PAGE_SIZE,
pageLimit: PAGE_LIMIT,
resultLimit: PAGE_SIZE * PAGE_LIMIT
}
};
});