filestack / filestack-js

Official Javascript SDK for the Filestack API and content ingestion system.
https://www.filestack.com
MIT License
206 stars 76 forks source link

FS:10615 - File size threshold value updated #516

Closed Yaminim07 closed 1 year ago

Yaminim07 commented 1 year ago

This is the fix for the following issue, https://filestack.atlassian.net/browse/FS-10615

The following changes have been done,

  1. Threshold value kept at 59 GB and 79GB respectively instead of 60GB and 80GB as the production upload is failing for the exact values.
  2. Unit test cases updated according to the new dynamic chunk size calculation
  3. Setting chunk size to max 8GB for FII check removed , as now this is dynamic and can be greater than 8.