diff --git a/discord/client.py b/discord/client.py index f33253bc9..c7410011e 100644 --- a/discord/client.py +++ b/discord/client.py @@ -2955,7 +2955,7 @@ class Client: data, state, limit = await strategy(retrieve, state, limit) # Terminate loop on next iteration; there's no data left after this - if len(data) < 1000: + if len(data) < 100: limit = 0 for e in data: diff --git a/discord/sku.py b/discord/sku.py index 46bdf94bf..3516370b4 100644 --- a/discord/sku.py +++ b/discord/sku.py @@ -239,7 +239,7 @@ class SKU: data, state, limit = await strategy(retrieve, state, limit) # Terminate loop on next iteration; there's no data left after this - if len(data) < 1000: + if len(data) < 100: limit = 0 for e in data: