Skip to content

Commit

Permalink
Increased image max allowed size
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed May 5, 2022
1 parent b649f8e commit 5cf8fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export.js
Expand Up @@ -43,7 +43,7 @@ if (!NO_CLUSTER && cluster.isMaster)
}
else
{
const MAX_AREA = 15000 * 15000;
const MAX_AREA = 20000 * 20000;
const PNG_CHUNK_IDAT = 1229209940;
const { JSDOM } = require("jsdom");

Expand Down

0 comments on commit 5cf8fdc

Please sign in to comment.