wharfkit / contract

Access table data, create actions, and retrieve types for Antelope-based Smart Contracts
https://wharfkit.com
Other
1 stars 1 forks source link

Explore adding a `timeout` parameter for long running table queries #25

Open aaroncox opened 11 months ago

aaroncox commented 11 months ago

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.