Optimise NFS client options for game ISOs
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m35s
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:
parent
819ff11d71
commit
8eef59ae28
@ -24,11 +24,8 @@
|
||||
options = [
|
||||
"nfsvers=4.2"
|
||||
"bg"
|
||||
"intr"
|
||||
"soft"
|
||||
"timeo=5"
|
||||
"retrans=5"
|
||||
"actimeo=5"
|
||||
"timeo=20"
|
||||
"retry=5"
|
||||
"nocto"
|
||||
"ro"
|
||||
|
Loading…
x
Reference in New Issue
Block a user