This is really annoying

This commit is contained in:
CamilleLaVey
2026-08-08 01:31:57 -04:00
parent 822a4d44b9
commit a9ef147c29
+1 -1
View File
@@ -703,7 +703,7 @@ public:
if (get_native_handle == nullptr) {
return false;
}
constexpr size_t window_size = 512ULL << 20;
constexpr size_t window_size = 256ULL << 20;
const size_t budget = ComputeAhbBudget(window_size);
if (budget == 0) {
return false;