chipsenkbeil / distant

🚧 (Alpha stage software) Library and tooling that supports remote filesystem and process operations. 🚧
https://distant.dev
579 stars 12 forks source link

Switch ssh caching to local cache #217

Closed chipsenkbeil closed 1 year ago

chipsenkbeil commented 1 year ago

We're using cache for detect_family and other methods. This needs to be local to the ssh instance and not a static once_cell as the cache will persist across multiple ssh instances which could have different operating systems.

chipsenkbeil commented 1 year ago

Resolved by https://github.com/chipsenkbeil/distant/commit/0efb5aee4c3a513012554b2fee048373101313a6.

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.