Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main: increase open file limit to 4096
Linux by default has a soft limit of 1024 and a hard limit of 4096 on open files. We can increase it so 4096 without root permissions. This should help reduce the risk of gocryptfs running out of file descriptors, as reported at #82 .
- Loading branch information