|
@@ -242,7 +242,7 @@
|
|
|
[[nasBackupsManager shareInstance] suspendBackupsFileFun];
|
|
[[nasBackupsManager shareInstance] suspendBackupsFileFun];
|
|
|
|
|
|
|
|
//2.重新开启备份
|
|
//2.重新开启备份
|
|
|
- dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
|
|
|
|
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
[[nasBackupsManager shareInstance] reBackupsFileFun];
|
|
[[nasBackupsManager shareInstance] reBackupsFileFun];
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|