mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-22 11:08:21 +00:00
DHCP discover timeout was reduced by FTL
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
parent
d1639740d9
commit
c9e58adc48
1 changed files with 1 additions and 1 deletions
|
@ -1137,7 +1137,7 @@ show_FTL_db_entries() {
|
|||
}
|
||||
|
||||
check_dhcp_servers() {
|
||||
echo_current_diagnostic "Discovering active DHCP servers (takes 10 seconds)"
|
||||
echo_current_diagnostic "Discovering active DHCP servers (takes 6 seconds)"
|
||||
|
||||
OLD_IFS="$IFS"
|
||||
IFS=$'\n'
|
||||
|
|
Loading…
Add table
Reference in a new issue