| ... | @@ -64,7 +64,7 @@ pub const Module = struct { | ... | @@ -64,7 +64,7 @@ pub const Module = struct { |
| 64 | const abs_path = try u.concat(&[_][]const u8{cdpath, "/", self.clean_path, "/", item}); | 64 | const abs_path = try u.concat(&[_][]const u8{cdpath, "/", self.clean_path, "/", item}); |
| 65 | const file = try std.fs.cwd().openFile(abs_path, .{}); | 65 | const file = try std.fs.cwd().openFile(abs_path, .{}); |
| 66 | defer file.close(); | 66 | defer file.close(); |
| 67 | const input = try file.reader().readAllAlloc(gpa, u.mb); | 67 | const input = try file.reader().readAllAlloc(gpa, u.mb*100); |
| 68 | h.update(input); | 68 | h.update(input); |
| 69 | } | 69 | } |
| 70 | var out: [32]u8 = undefined; | 70 | var out: [32]u8 = undefined; |