You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/scripts/network.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1776,9 +1776,9 @@ class FileDigester {
1776
1776
1777
1777
processFileViaMemory(){
1778
1778
// Loads complete file into RAM which might lead to a page crash (Memory limit iOS Safari: ~380 MB)
1779
-
if(window.iOS&&this._totalSize>250000000){
1780
-
alert('File is bigger than 250 MB and might crash the page on iOS. To be able to use a more efficient method use https and avoid private tabs as they have restricted functionality.')
1781
-
}
1779
+
// if (window.iOS && this._totalSize > 250000000) {
1780
+
// alert('File is bigger than 250 MB and might crash the page on iOS. To be able to use a more efficient method use https and avoid private tabs as they have restricted functionality.')
1781
+
// }
1782
1782
Logger.warn('Big file transfers might exceed the RAM of the receiver. Use a secure context (https) to prevent this.');
0 commit comments