We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d647be3 commit 43c3e41Copy full SHA for 43c3e41
library/src/main/java/com/qiniu/android/storage/UploadFileInfoPartV2.java
@@ -98,7 +98,7 @@ boolean isEmpty() {
98
99
@Override
100
boolean isValid() {
101
- return !isEmpty() && uploadId != null && (expireAt - new Date().getTime() * 0.001) > 6000;
+ return !isEmpty() && uploadId != null && (expireAt - new Date().getTime() * 0.001) > 3600*24;
102
}
103
104
UploadData nextUploadData() {
0 commit comments