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
Why is using async making my code slower? I'm only running 3 tasks concurrently, but it's taking longer than when I run them synchronously. Am I missing a configuration setting?
Note: These functions are intended to fetch data from multiple tables in the database.
The text was updated successfully, but these errors were encountered:
Why is using async making my code slower? I'm only running 3 tasks concurrently, but it's taking longer than when I run them synchronously. Am I missing a configuration setting?
Note: These functions are intended to fetch data from multiple tables in the database.
The text was updated successfully, but these errors were encountered: