Skip to content

Commit

Permalink
✔ Coba Turun Versi
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Oct 12, 2023
1 parent 7cce3d5 commit 2bba09c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
4 changes: 3 additions & 1 deletion dist/fansubid/server/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


buffers

bufferutil
MIT
Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)
Expand Down Expand Up @@ -2282,7 +2284,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

ebml
MIT
Copyright (c) 2013-2018 Mark Schmale and contributors
Copyright (c) 2013 Mark Schmale

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion dist/fansubid/server/main.js

Large diffs are not rendered by default.

17 changes: 7 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"cookie-parser": "^1.4.6",
"crypto-js": "^4.1.1",
"discord.js": "^13.6.0",
"ebml": "^3.0.0",
"ebml": "^2.2.4",
"express": "^4.15.2",
"express-throttle-bandwidth": "^1.0.1",
"ffmpeg-static": "^4.4.0",
Expand Down
4 changes: 1 addition & 3 deletions src/api/services/mkv-extract.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ export class MkvExtractService {
const startTime = Date.now();
this.gs.log(`[MKVEXTRACT_START] 📂 ${fileName} -- ${startTime} 🧬`, null, 'error');

const fileStream = createReadStream(filePath, {
highWaterMark: 2 * 1024 * 1024
});
const fileStream = createReadStream(filePath);
const decoder = new Decoder();
const tracks = [];
const trackData = [];
Expand Down

0 comments on commit 2bba09c

Please sign in to comment.