Skip to content

Commit

Permalink
openwrt: increase default interval
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Nov 8, 2023
1 parent 514b801 commit ad425ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt/quectel-timesync/files/quectel-timesync.init
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ start_service() {
path="/dev/$(tty_from_dev "$device_name")"
}

interval="${interval:-10}"
interval="${interval:-300}"

[ "$enabled" -gt 0 ] || return

Expand Down

0 comments on commit ad425ae

Please sign in to comment.