File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ public struct FetchedIndex: Codable, JSONEncodable {
16
16
/// Number of records contained in the index.
17
17
public var entries : Int
18
18
/// Number of bytes of the index in minified format.
19
- public var dataSize : Int
19
+ public var dataSize : Int64
20
20
/// Number of bytes of the index binary file.
21
- public var fileSize : Int
21
+ public var fileSize : Int64
22
22
/// Last build time.
23
23
public var lastBuildTimeS : Int
24
24
/// Number of pending indexing operations. This value is deprecated and should not be used.
@@ -37,8 +37,8 @@ public struct FetchedIndex: Codable, JSONEncodable {
37
37
createdAt: String ,
38
38
updatedAt: String ,
39
39
entries: Int ,
40
- dataSize: Int ,
41
- fileSize: Int ,
40
+ dataSize: Int64 ,
41
+ fileSize: Int64 ,
42
42
lastBuildTimeS: Int ,
43
43
numberOfPendingTasks: Int ,
44
44
pendingTask: Bool ,
You can’t perform that action at this time.
0 commit comments