Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How many users requets are safe? #42

Open
WesleiStange opened this issue Apr 29, 2022 · 1 comment
Open

How many users requets are safe? #42

WesleiStange opened this issue Apr 29, 2022 · 1 comment

Comments

@WesleiStange
Copy link

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?

@hanssens
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants