mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-04 07:51:58 -05:00
[WIP] Add event buffering on scroll/resume
This commit is contained in:
committed by
Jake McDermott
parent
60a43015e2
commit
a5bd905f18
@@ -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
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user