Skip to content

Commit

Permalink
✔ Max Upload Size :: 4 GB / 3.72529 GiB
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Dec 6, 2023
1 parent 3ef3f35 commit e53d6f5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/fansubid/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<noscript>🎉 Harap Menyalakan JavaScript Untuk Dapat Mengakses Website Ini ✨</noscript>
</div>
<app-root></app-root>
<script src="runtime.c466cdcdee34dd4d.js" type="module"></script><script src="polyfills.bbae203fdd01cf64.js" type="module"></script><script src="scripts.25bb5de51afc8a05.js" defer></script><script src="main.6975c34147e7fa9e.js" type="module"></script>
<script src="runtime.c466cdcdee34dd4d.js" type="module"></script><script src="polyfills.bbae203fdd01cf64.js" type="module"></script><script src="scripts.25bb5de51afc8a05.js" defer></script><script src="main.402e1abd52e47fca.js" type="module"></script>


</body></html>

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/fansubid/browser/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1701870279734,
"timestamp": 1701876272779,
"index": "/index.html",
"assetGroups": [
{
Expand Down Expand Up @@ -42,7 +42,7 @@
"/common.d8bce617857151dd.js",
"/favicon.ico",
"/index.html",
"/main.6975c34147e7fa9e.js",
"/main.402e1abd52e47fca.js",
"/manifest.webmanifest",
"/polyfills.bbae203fdd01cf64.js",
"/runtime.c466cdcdee34dd4d.js",
Expand Down Expand Up @@ -116,8 +116,8 @@
"/960.1e1fe3434266e9a4.js": "c649bd883373fc66f7e2781d27054b5da57413a3",
"/common.d8bce617857151dd.js": "10c19c81531f40fb2eca2e15ba20582b306d467d",
"/favicon.ico": "071facb8fab2e4b3493dcfbb0b02d7bd21bca97e",
"/index.html": "f41cffa7088e29ff3937708356df87607ef7a820",
"/main.6975c34147e7fa9e.js": "8590a33b2f515702b2cde88bf3f47fae3c81440c",
"/index.html": "31b4fa87f41de4d3c28f11b27365cab9ba530df5",
"/main.402e1abd52e47fca.js": "ae94bf1b44997839f3d30b290678060ce8ea6bc7",
"/manifest.webmanifest": "eafb5426cdc9fd714787e5453af315b9972875a3",
"/polyfills.bbae203fdd01cf64.js": "a59f17cf29cb649f708d7ec7aa6b7247712859e1",
"/runtime.c466cdcdee34dd4d.js": "491025031701ea2bafb4b3622f13ac31ffd9cda9",
Expand Down
2 changes: 1 addition & 1 deletion dist/fansubid/server/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const CONSTANTS = {
'mkv',
'mp4'
],
fileSizeAttachmentTotalLimit: 2 * 1000 * 1000 * 1000, // Max Upload Limits -- < 2 GB Streamable
fileSizeAttachmentTotalLimit: 4 * 1000 * 1000 * 1000, // Max Upload Limits -- < 4 GB Streamable
fileSizeImageLimit: 512 * 1000, // 512 KB
freeTimeStart: '02:00:00',
freeTimeEnd: '02:30:00',
Expand Down

0 comments on commit e53d6f5

Please sign in to comment.