Skip to content

Commit

Permalink
increase file size limit to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Jul 6, 2024
1 parent e0ca52b commit 768e629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof import.meta !== 'undefined' && import.meta.env) {
const config = {
DOCS_URL:"https://annotate-docs.dwaste.live/",
SERVER_URL,
UPLOAD_LIMIT: 5,
UPLOAD_LIMIT: 500,
OUTLINE_THICKNESS_CONFIG : {
POLYGON: 2,
CIRCLE: 2,
Expand Down

0 comments on commit 768e629

Please sign in to comment.