Optimise NFS client options for game ISOs
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m35s

- Use default settings for file attribute caching
- Increase time client can wait for a response before retrying the
request
This commit is contained in:
Jordan Holt 2024-05-27 13:37:55 +01:00
parent 819ff11d71
commit 8eef59ae28
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -24,11 +24,8 @@
options = [
"nfsvers=4.2"
"bg"
"intr"
"soft"
"timeo=5"
"retrans=5"
"actimeo=5"
"timeo=20"
"retry=5"
"nocto"
"ro"