Browse Source

Chunk: set disable default ( 0 )

marinofaggiana 4 năm trước cách đây
mục cha
commit
2cdde6f733
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Utility/CCUtility.m

+ 1 - 1
iOSClient/Utility/CCUtility.m

@@ -693,7 +693,7 @@
     NSString *size = [UICKeyChainStore stringForKey:@"chunkSize" service:NCGlobal.shared.serviceShareKeyChain];
     
     if (size == nil) {
-        return 10;
+        return 0;
     } else {
         return [size integerValue];
     }