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
I'm new to FeathersJs.
One of my projects I'm currently working on is using FeathersJs, however I noticed that it's taking long (usually around 5 seconds) to login.
Upon debugging I found that this line:
I'm new to FeathersJs.
One of my projects I'm currently working on is using FeathersJs, however I noticed that it's taking long (usually around 5 seconds) to login.
Upon debugging I found that this line:
in
is taking around more than 4 seconds to process.
Is it normal? My DB only has less than 10 users so probably it's not about the data.
The text was updated successfully, but these errors were encountered: