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
Currently you can call table.all() and it might take an exceptionally long time, with a very big table.
Do we potentially want a timeout value which it cannot exceed, or potentially to bring cancelable promises over so the developer can abort on their own timeline?
Unsure on priority of this, but recording the idea here.
The text was updated successfully, but these errors were encountered:
Currently you can call
table.all()
and it might take an exceptionally long time, with a very big table.Do we potentially want a
timeout
value which it cannot exceed, or potentially to bring cancelable promises over so the developer can abort on their own timeline?Unsure on priority of this, but recording the idea here.
The text was updated successfully, but these errors were encountered: