You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You ask for the pictures.
Then you filter in the frontend if the user is in the flag array.
You don't want to load 80.000 images at the same time. Then you probably work with the nextToken.
What do you do now, if an array with 50 items is returned in the request, but all are blocked? Then the request was unnecessary. And you have to place another one and hope that in the next 50 there will be some that haven't been blocked yet.
How better to solve this?
The text was updated successfully, but these errors were encountered:
You ask for the pictures.
Then you filter in the frontend if the user is in the flag array.
You don't want to load 80.000 images at the same time. Then you probably work with the nextToken.
What do you do now, if an array with 50 items is returned in the request, but all are blocked? Then the request was unnecessary. And you have to place another one and hope that in the next 50 there will be some that haven't been blocked yet.
How better to solve this?
The text was updated successfully, but these errors were encountered: