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
To make the app a bit lighter on requests (and thereby also quite faster and putting less strain on ETE) we should batch queries before sending them. This is mostly useful for the update/create functionality of the app.
For HOLON I made a small module that we might be able to (re)use that batches requests and makes the results available in a nice python data format.
The text was updated successfully, but these errors were encountered:
To make the app a bit lighter on requests (and thereby also quite faster and putting less strain on ETE) we should batch queries before sending them. This is mostly useful for the update/create functionality of the app.
For HOLON I made a small module that we might be able to (re)use that batches requests and makes the results available in a nice python data format.
The text was updated successfully, but these errors were encountered: