diff --git a/etc/samba/playstation2.conf b/etc/samba/playstation2.conf index 7dabe326..5f86142f 100644 --- a/etc/samba/playstation2.conf +++ b/etc/samba/playstation2.conf @@ -15,6 +15,12 @@ workgroup = WORKGROUP usershare allow guests = yes map to guest = bad user allow insecure wide links = yes +# https://github.com/ps2homebrew/Open-PS2-Loader/issues/79 +# Disable dead connection timeout +# Default is 10080 so 168 hours, so unlikely to hit though +deadtime = 0 +# keepalive every minute, default is 5 +keepalive = 60 # All guides seem to use the name PS2SMB, and it may require manual typing # on the console @@ -40,11 +46,3 @@ wide links = yes # and if you give up waiting, you may corrupt your virtual memory card # https://github.com/ps2homebrew/Open-PS2-Loader/issues/327 strict sync = no - - -# https://github.com/ps2homebrew/Open-PS2-Loader/issues/79 -# Disable dead connection timeout -# Default is 10080 so 168 hours, so unlikely to hit though -deadtime = 0 -# keepalive every minute, default is 5 -keepalive = 60