Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -541,7 +541,7 @@ const SYSTEM_PRESETS = {
|
|
541 |
custom: "" // จะใช้ค่าจาก input
|
542 |
};
|
543 |
|
544 |
-
const PAYLOAD_CHAR_WARNING_THRESHOLD =
|
545 |
|
546 |
// --- Elements
|
547 |
const providerSelect = document.getElementById('providerSelect95');
|
|
|
541 |
custom: "" // จะใช้ค่าจาก input
|
542 |
};
|
543 |
|
544 |
+
const PAYLOAD_CHAR_WARNING_THRESHOLD = 44000;
|
545 |
|
546 |
// --- Elements
|
547 |
const providerSelect = document.getElementById('providerSelect95');
|