Shorten mDNS interval to 15 seconds

pull/757/head
probonopd 2 months ago committed by GitHub
parent 20a6ec8cd3
commit 0e484ac6d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/build.yml

@ -19,6 +19,10 @@ jobs:
- name: Get specific commits of git submodules - name: Get specific commits of git submodules
run: | run: |
sh -ex ./submod.sh sh -ex ./submod.sh
- name: Apply patches
run: |
# https://github.com/rsta2/circle/discussions/427#discussioncomment-11198505
sed -i -e 's|TTLShort = 120|TTLShort = 15|g' circle-stdlib/libs/circle/net/mdnspublisher.h
- name: Install toolchains - name: Install toolchains
run: | run: |
set -ex set -ex

Loading…
Cancel
Save