You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the local tmp file for speed up download is dangeruos! when the fGetObject() is parallel called with same arguments,
the cache file will be polluted, the cache file will be filled with origin file’s fragment in chaos order(deps on each caller network loading speed)
node js example:
so the local cache shoud be banned by default, for Advanced User using option to enable it
The text was updated successfully, but these errors were encountered:
fishbar
changed the title
[bug] parallel calling fGetObject(). with local cache will cause unexpected error when
[bug] parallel calling fGetObject() using local cache will cause unexpected error
Feb 15, 2022
the local tmp file for speed up download is dangeruos! when the fGetObject() is parallel called with same arguments,
the cache file will be polluted, the cache file will be filled with origin file’s fragment in chaos order(deps on each caller network loading speed)
node js example:
so the local cache shoud be banned by default, for Advanced User using option to enable it
The text was updated successfully, but these errors were encountered: