mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 02:17:58 +00:00 
			
		
		
		
	ratelimit: increase the wait timeout
The timeout of 75s was a little to shart and would sometimes cause 5G interfaces to not enable ratelimit correctly. Increasing the timeout to 120s makes the flow more reliable. Fixes: WIFI-5701 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -151,7 +151,7 @@ addiface() { | ||||
| waitiface() { | ||||
| 	local iface=$1 | ||||
|  | ||||
| 	ubus -t 75 wait_for hostapd.$1 | ||||
| 	ubus -t 120 wait_for hostapd.$1 | ||||
|  | ||||
| 	[ $? -eq 0 ] || exit 0 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin