diff --git a/stix_shifter_modules/config.json b/stix_shifter_modules/config.json index c5250455b..09c842687 100644 --- a/stix_shifter_modules/config.json +++ b/stix_shifter_modules/config.json @@ -18,7 +18,7 @@ "previous": "connection.resultSizeLimit" }, "batch_size": { - "default": 5, + "default": 2000, "min": 1, "max": 10000, "type": "number", @@ -72,7 +72,7 @@ }, "unmapped_fallback": { "type": "boolean", - "default": true, + "default": false, "optional": true, "hidden": true },