[core] fully migrate to InteractionPaginator

This commit is contained in:
derpystuff 2022-05-22 17:55:16 +02:00
parent b1cc10c6ef
commit eb0ba140f3
15 changed files with 176 additions and 303 deletions

View file

@ -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
});