From 3306013cd56868260076c02336ce71f44a6a5c5c Mon Sep 17 00:00:00 2001 From: mlm483 <128052931+mlm483@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:53:53 -0400 Subject: [PATCH] [BI-1880] - added BRAPI_POST_CHUNK to .env.template --- .env.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.template b/.env.template index ef9e5f4..0d9e30a 100644 --- a/.env.template +++ b/.env.template @@ -24,6 +24,9 @@ API_INTERNAL_TEST_PORT=8082 BRAPI_READ_TIMEOUT=60m +# Max number of records to POST to the BrAPI service per request +POST_CHUNK_SIZE=1000 + # BrAPI Server Variables BRAPI_SERVER_PORT=8080