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 = [
|
options = [
|
||||||
"nfsvers=4.2"
|
"nfsvers=4.2"
|
||||||
"bg"
|
"bg"
|
||||||
"intr"
|
|
||||||
"soft"
|
"soft"
|
||||||
"timeo=5"
|
"timeo=20"
|
||||||
"retrans=5"
|
|
||||||
"actimeo=5"
|
|
||||||
"retry=5"
|
"retry=5"
|
||||||
"nocto"
|
"nocto"
|
||||||
"ro"
|
"ro"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user