0
[email protected] created
I'm actually importing around 500 users in a single file import and I'm having issues with the time it's taking to actually create those users. Seems to me like there is a leak in the UserManager class as it gets a lot slower as I process the file. In the beginning, it's around 100ms to process a user, and halfway through, we are already at 500ms per user. Anybody is aware of any issue around that corner? I would like my user to avoid having to wait 10 minutes to process the importation.
Thanks!
2 Answer(s)
-
0
Hi,
Could you create an issue on https://github.com/aspnetzero/aspnet-zero-core/issues ? We can test it and fix if there is a problem.
-
0
I will thanks!