mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
[core] fully migrate to InteractionPaginator
This commit is contained in:
parent
b1cc10c6ef
commit
eb0ba140f3
15 changed files with 176 additions and 303 deletions
|
@ -21,7 +21,7 @@ const cluster = new ClusterClient("", {
|
|||
|
||||
// Create this clusters paginator
|
||||
const paginator = new Paginator(cluster, {
|
||||
maxTime: 120000,
|
||||
maxTime: 300000,
|
||||
pageLoop: true,
|
||||
pageNumber: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue