mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-17 11:10:23 +00:00
reduce retry conuter to avoid UI blocking time
This commit is contained in:
parent
88358de59e
commit
c0587fd9df
@ -104,7 +104,7 @@ doWriteCFG()
|
||||
echo "server=$server" >> $FILE
|
||||
echo "user=${user}:${pass}" >> $FILE
|
||||
echo "service-type=gnudip" >> $FILE
|
||||
echo "retrys=5" >> $FILE
|
||||
echo "retrys=3" >> $FILE
|
||||
echo "wildcard" >> $FILE
|
||||
|
||||
#check if we are behind a NAT Router
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user