From 660691cc07905d06cecdc31490430ac68a65bd9c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 15 Aug 2024 18:35:56 +0200 Subject: [PATCH] double the grace time before kill --- .config/fish/config_wsl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config_wsl.fish b/.config/fish/config_wsl.fish index 1c6c8d6..7248b13 100644 --- a/.config/fish/config_wsl.fish +++ b/.config/fish/config_wsl.fish @@ -1,6 +1,6 @@ # NAS -if timeout 0.2 ping -c1 192.168.1.200 > /dev/null +if timeout 0.4 ping -c1 192.168.1.200 > /dev/null set -l options metadata,uid=$(id -u),gid=$(id -g) sudo mount -t drvfs "Y:" /mnt/y -o $options 2> /dev/null & sudo mount -t drvfs "Z:" /mnt/z -o $options 2> /dev/null &