From a80c5f680a907af9fd6a7f5d631f091e5fd62e71 Mon Sep 17 00:00:00 2001 From: dman776 Date: Wed, 3 Nov 2021 15:54:03 -0500 Subject: [PATCH] Revert "aredn: Meshoween - Bug fixes (#158)" This reverts commit 9cac3db003d075f306db60542d6f4a2b6b045769. --- files/www/cgi-bin/mesh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/www/cgi-bin/mesh b/files/www/cgi-bin/mesh index a139d651..23d41fe5 100755 --- a/files/www/cgi-bin/mesh +++ b/files/www/cgi-bin/mesh @@ -84,10 +84,6 @@ use perlfunc; ); # Limit displayed nodes and services to the most reachable routes if memory on the node is small -if ( `/sbin/uci -q get aredn.\@meshstatus[0]` eq "" ) -{ - system "(/sbin/uci -q add aredn meshstatus; /sbin/uci -q commit aredn) > /dev/null"; -} %lowMemoryLimits = ( memory => `/sbin/uci -q get aredn.\@meshstatus[0].lowmem` || 10000, routes => `/sbin/uci -q get aredn.\@meshstatus[0].lowroutes` || 1000,