Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: align behaviour between go and js for content without paths #3385

Conversation

achingbrain
Copy link
Member

Aligns behaviour between js and go when no path is present during an import

  • we now pass an empty string instead of 'unknown'.

Fixes a bug where due to parallel file imports, the reported size of
ingested bytes was getting mixed up.

We now tally imported bytes against the reported file name instead of
assuming a sequential import, taking care to not let the tally grow
until memory is exhausted.
Aligns behaviour between js and go when no path is present during an import
- we now pass an empty string instead of `'unknown'`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants