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
But how can I set it to false for individual method calls like find?
For example:
// In some cases I want to use async: false
db.rel.find('books', {async: false});
// and in other cases I want to use async: true
db.rel.find('books', {async: true});