mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
⚙️ Update size limit.
This commit is contained in:
parent
7562edb413
commit
05e4b1dfb3
@ -7,7 +7,7 @@ const core = require('@actions/core');
|
|||||||
|
|
||||||
// 🔎 Settings:
|
// 🔎 Settings:
|
||||||
const dir = '../static/library';
|
const dir = '../static/library';
|
||||||
const sizeLimit = 25000; // 20kb;
|
const sizeLimit = 20000; // 20kb;
|
||||||
|
|
||||||
function convertBytes(bytes, format = 'KB') {
|
function convertBytes(bytes, format = 'KB') {
|
||||||
if (format === 'KB') {
|
if (format === 'KB') {
|
||||||
|
Loading…
Reference in New Issue
Block a user