Open
Conversation
reduces logs flood causing slowdown on export
Fixed metadata in search view and added it to reference view.
Owner
Contributor
Author
|
correct it's not a problem, but this pr still resolves special cases and would be nice to be merged. you don't really lose anything besides "exported 6 files from #### folder", tbh kinda useless there are special cases where only one file exists in one folder and it'd be nice that Fmodel doesn't just slowdown to an insane amount, no real loss with this pr |
Collaborator
|
we could limit logging for assetsGroups, maybe show only first 100-500 entries(as too many entries in log are just useless) and for the rest just show summary : |
Contributor
|
What's up |
Contributor
Author
|
The sky |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

If you export using search menu it'll spam your console with "saved ######", at a point your whole extraction will be slowed down and requires a console clear. this pr prevents the spam and does

I've also pushed some engine shipping search that a certain game had and cherry-picked some commits that give more right click options to the search entries (Show metadata and ect)