go-fuse icon indicating copy to clipboard operation
go-fuse copied to clipboard

Make OSXFUSE handle timeouts the same way as Linux

Open Jille opened this issue 2 years ago • 4 comments

OSXFUSE applies a 60-second timeout for file operations. This is inconsistent with how FUSE works on Linux, where operations last as long as the daemon is willing to let them run.

This has been running in production for ~2 years.

closes #331

Jille avatar May 14 '22 11:05 Jille

could you send me a review through gerrithub? See https://github.com/hanwen/go-fuse/blob/master/CONTRIBUTING

the same for the other PRs.

hanwen avatar May 19 '22 14:05 hanwen

Done.

@SnoozeThis https://review.gerrithub.io/c/hanwen/go-fuse/+/539826

Jille avatar Jun 14 '22 20:06 Jille

(https://snoozeth.is/aytiWqKkVmw) I will wait until https://review.gerrithub.io/c/539826 is merged and then add a comment.

SnoozeThis avatar Jun 14 '22 20:06 SnoozeThis

Resolved.

SnoozeThis avatar Jun 27 '22 08:06 SnoozeThis

merged as d01fda7edf17995ff56e9b7d8c3f8114e4ae37ce

hanwen avatar Nov 15 '22 21:11 hanwen