From 3e4978bb4f9b5d8938213053d2933b5e7fc4adb6 Mon Sep 17 00:00:00 2001 From: alok Date: Sun, 9 Jul 2023 18:49:47 +0530 Subject: [PATCH] feat: batch in txn cleanups --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bd45ded962..3da56e915a7 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ BEEKEEPER_USE_SUDO ?= false BEEKEEPER_CLUSTER ?= local BEELOCAL_BRANCH ?= main BEEKEEPER_BRANCH ?= master -REACHABILITY_OVERRIDE_PUBLIC ?= true +REACHABILITY_OVERRIDE_PUBLIC ?= false BATCHFACTOR_OVERRIDE_PUBLIC ?= 5 BEE_API_VERSION ?= "$(shell grep '^ version:' openapi/Swarm.yaml | awk '{print $$2}')"