diff --git a/theme/onemoe.html b/theme/onemoe.html
index 75c9a9f..381e846 100644
--- a/theme/onemoe.html
+++ b/theme/onemoe.html
@@ -21,8 +21,8 @@
-
-
+
+
@@ -194,9 +194,9 @@
-
+
+ -->
@@ -869,7 +869,7 @@
} else {
StartStr=''+size_format(newstartsize)+ ' :' +StartTime.toLocaleString()+' ' ;
}
- var chunksize=5*1024*1024; // chunk size, max 60M. 每小块上传大小,最大60M,微软建议10M
+ var chunksize=15*1024*1024; // chunk size, max 60M. 每小块上传大小,最大60M,微软建议10M
if (totalsize>200*1024*1024) chunksize=10*1024*1024;
function readblob(start) {
var end=start+chunksize;
|