From fedb147d4e682ca3075577f6ada60245b9097a46 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sat, 31 Aug 2024 15:14:41 +0200 Subject: [PATCH] fix: increase debounce seconds for gitwatch --- 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 21fe761..24a7460 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 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/$1 +/usr/bin/gitwatch -r origin -R -s 1000 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/$1