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

remove parallel call in FileProps #182

Closed
MSE1188 opened this issue Dec 11, 2023 · 0 comments · Fixed by #183
Closed

remove parallel call in FileProps #182

MSE1188 opened this issue Dec 11, 2023 · 0 comments · Fixed by #183
Assignees
Labels
Internal Refactoring This doesn't seem right

Comments

@MSE1188
Copy link
Contributor

MSE1188 commented Dec 11, 2023

Expected Behavior

the fileprops are read with a simple for-loop

Actual Behavior

the fileprops are read via parallel call, which takes more time than doing it synced, as long as there are not too much props

Steps to reproduce the behavior

The log given by the failure.

Mention any other details that might be useful

@MSE1188 MSE1188 added the Internal Refactoring This doesn't seem right label Dec 11, 2023
@MSE1188 MSE1188 self-assigned this Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internal Refactoring This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant