Skip to content

Commit

Permalink
#OBS-I285: updated file size
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakshitha-D committed Oct 23, 2024
1 parent be307de commit 82b5388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Ingestion = () => {
const ConnectorConfiguration = connectorConfigData ? JSON.parse(connectorConfigData) : null;

const [fileErrors, setFileErrors] = useState<any>(null);
const maxFileSizeConfig = 4194304;
const maxFileSizeConfig = 5242880;

const {
data: uploadData,
Expand Down

0 comments on commit 82b5388

Please sign in to comment.