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, emdash downloads all the data each time it is loaded or reloaded. This is inefficient and costly, since cloud providers (e.g., AWS) usually charge for sending data. Here is a solution:
Only query records created after the most recent refresh.
Automatic refresh interval can be set in run_app() or as a parameter in the config file.
The text was updated successfully, but these errors were encountered:
Currently, emdash downloads all the data each time it is loaded or reloaded. This is inefficient and costly, since cloud providers (e.g., AWS) usually charge for sending data. Here is a solution:
run_app()
or as a parameter in the config file.The text was updated successfully, but these errors were encountered: