From 74825e5ac72c737cca5a9b6e23a51a69fcfd965e Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 28 Oct 2024 22:15:17 +0100 Subject: [PATCH] startsync: make it more lenient when detecting slowness --- startsync.script.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startsync.script.nix b/startsync.script.nix index 90b4bcc..7354a29 100644 --- a/startsync.script.nix +++ b/startsync.script.nix @@ -13,7 +13,7 @@ pkgs.writeShellScriptBin "startsync" '' while ! ls ~/sync/Passwords.kdbx ; do sleep 0.2 ; done while true ; do (cat ~/sync/test > /dev/null ; touch ~/.syncfs_ok) & - sleep 5 + sleep 7 if ! [ -e ~/.syncfs_ok ] ; then "$script" stop exit