From 3e9331c84f914d589bd828e34fbbee25655e4c7d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 25 Mar 2023 12:05:43 +0200 Subject: [PATCH] etc/samba/playstation2.conf: move deadtime & keepalive to [global] --- etc/samba/playstation2.conf | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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