@social-mail/social-mail-client 1.8.31 → 1.8.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23583,7 +23583,7 @@ System.register(["tslib", "@web-atoms/core/dist/App", "@web-atoms/core/dist/core
23583
23583
  let size = file.size;
23584
23584
  const parts = [];
23585
23585
  const tasks = [];
23586
- const maxSize = 4 * 1024 * 1024;
23586
+ const maxSize = 1 * 1024 * 1024;
23587
23587
  let start = 0;
23588
23588
  const fud = new FileUploader(this);
23589
23589
  while (size > 0) {