⚙️ Update size limit.

This commit is contained in:
pheralb 2024-01-02 09:55:07 +00:00
parent 7562edb413
commit 05e4b1dfb3

View File

@ -7,7 +7,7 @@ const core = require('@actions/core');
// 🔎 Settings:
const dir = '../static/library';
const sizeLimit = 25000; // 20kb;
const sizeLimit = 20000; // 20kb;
function convertBytes(bytes, format = 'KB') {
if (format === 'KB') {