From a922c1078a349494cff763272a77ff738d4baab1 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Tue, 30 Aug 2016 11:50:03 -0600
Subject: [PATCH] reduecd ex5 flush limit

---
 etc/examples/5-complex-model/config-sites.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/examples/5-complex-model/config-sites.json b/etc/examples/5-complex-model/config-sites.json
index 40ac7f7bf..5ead4a5a4 100644
--- a/etc/examples/5-complex-model/config-sites.json
+++ b/etc/examples/5-complex-model/config-sites.json
@@ -3,6 +3,7 @@
     "imts": ["SA1P0", "SA2P0"]
   },
   "output": {
-    "directory": "curves-sites"
+    "directory": "curves-sites",
+    "flushLimit": 1
   }
 }
-- 
GitLab