Skip to content

Commit

Permalink
feat(database): increase totalLength variable for download limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Iker Ocio authored and Iker Ocio committed Nov 16, 2024
1 parent bc4a867 commit cf91678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpdocs/modules/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const database = {
throw new Error('Error al descargar el archivo')
}

const totalLength = 40000000
const totalLength = 60000000
let receivedLength = 0
const chunks = []

Expand Down

0 comments on commit cf91678

Please sign in to comment.