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
{{ message }}
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
Thread timeout wrapper isn't working as intended. ipfs.pin_add is blocking entirely and the thread never terminates if it doesn't. On my test machine, I'm seeing ~700 extra threads just sitting there running. I'm sure at some point this will run afoul of the OS limits though I haven't seen it yet. It also means timeouts aren't really timing out.
The text was updated successfully, but these errors were encountered:
Thread timeout wrapper isn't working as intended.
ipfs.pin_add
is blocking entirely and the thread never terminates if it doesn't. On my test machine, I'm seeing ~700 extra threads just sitting there running. I'm sure at some point this will run afoul of the OS limits though I haven't seen it yet. It also means timeouts aren't really timing out.The text was updated successfully, but these errors were encountered: