Skip to content

Commit

Permalink
Increase MAX_FILE_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Nov 18, 2024
1 parent afa2d13 commit 9db7b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const TRANSACTION_QUEUE_CONCURRENCY = 1;

export const TRIPLE_STORE_CONNECT_RETRY_FREQUENCY = 10;

export const MAX_FILE_SIZE = 10000000;
export const MAX_FILE_SIZE = 524288000;

export const GET_STATES = { LATEST: 'LATEST', FINALIZED: 'LATEST_FINALIZED' };

Expand Down

0 comments on commit 9db7b0d

Please sign in to comment.