mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-05 22:48:17 +08:00
⚙️ Update size limit.
This commit is contained in:
parent
7562edb413
commit
05e4b1dfb3
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user