fix: increase debounce seconds for gitwatch
This commit is contained in:
parent
c2f3a59645
commit
fedb147d4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue