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
Hello. This is a good solution, but I'm afraid of multiple users accessing the file. I'm using localstorage to save bearer tokens and other information about the logged in user. Do you think it would be a problem to use in a project that has 10,000 concurrent users?
The text was updated successfully, but these errors were encountered:
For the reading part it should be no problem at all. However, many concurrent writes might slow you down or cause instabilities. AFAIK The tool hasn't been battle-tasted with that in mind.
Hello. This is a good solution, but I'm afraid of multiple users accessing the file. I'm using localstorage to save bearer tokens and other information about the logged in user. Do you think it would be a problem to use in a project that has 10,000 concurrent users?
The text was updated successfully, but these errors were encountered: