From 82b53889156f9c50da4d5584494cda96f2d9e3a7 Mon Sep 17 00:00:00 2001 From: Rakshitha-D Date: Wed, 23 Oct 2024 20:22:03 +0530 Subject: [PATCH] #OBS-I285: updated file size --- web-console-v2/src/pages/StepsPages/Ingestion/Ingestion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-console-v2/src/pages/StepsPages/Ingestion/Ingestion.tsx b/web-console-v2/src/pages/StepsPages/Ingestion/Ingestion.tsx index efb89225..1ddd3de5 100644 --- a/web-console-v2/src/pages/StepsPages/Ingestion/Ingestion.tsx +++ b/web-console-v2/src/pages/StepsPages/Ingestion/Ingestion.tsx @@ -82,7 +82,7 @@ const Ingestion = () => { const ConnectorConfiguration = connectorConfigData ? JSON.parse(connectorConfigData) : null; const [fileErrors, setFileErrors] = useState(null); - const maxFileSizeConfig = 4194304; + const maxFileSizeConfig = 5242880; const { data: uploadData,