mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Update size limit.
This commit is contained in:
+1
-1
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user