Added optimization to band locking fetch calls

This commit is contained in:
Russel Yasol
2024-12-24 09:13:52 +08:00
parent d7555208d3
commit 8b80f3bd35
57 changed files with 210 additions and 73 deletions

View File

@@ -5,7 +5,7 @@ echo "Content-Type: application/json"
echo ""
# Directory where JSON files are stored (adjust as needed)
JSON_DIR="/www/signal_graphs/"
JSON_DIR="/tmp/signal_graphs/"
# Function to safely read JSON file
read_json_file() {