From d8e523ccd2cd5dcfd306a3ff9b04699f58bb7d22 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Thu, 7 Mar 2024 15:41:46 -0700
Subject: [PATCH] moved config flags to correct member

---
 calc-config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calc-config.json b/calc-config.json
index 4287838..4b77ed1 100644
--- a/calc-config.json
+++ b/calc-config.json
@@ -1,5 +1,5 @@
 {
-  "performance": {
+  "hazard": {
     "distanceFilterUpdate": false,
     "gridFocalMechUpdate": false
   }
-- 
GitLab