This repository was archived by the owner on Sep 25, 2026. It is now read-only.
This repository was archived by the owner on Sep 25, 2026. It is now read-only.
timeout parameter for long running table queries #25
Currently you can call
table.all()and it might take an exceptionally long time, with a very big table.Do we potentially want a
timeoutvalue 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.