From 9921985094fec0b3f4767d1f208cd905c92898ab Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sat, 23 Nov 2024 16:51:35 +0100 Subject: [PATCH] fix(gitwatch): increase debounce delay --- ansible/templates/scripts/gitwatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/scripts/gitwatch.sh b/ansible/templates/scripts/gitwatch.sh index 24a7460..51bb6b1 100644 --- a/ansible/templates/scripts/gitwatch.sh +++ b/ansible/templates/scripts/gitwatch.sh @@ -1,3 +1,3 @@ #!/usr/bin/sh -/usr/bin/gitwatch -r origin -R -s 1000 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/$1 +/usr/bin/gitwatch -r origin -R -s 3000 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/$1