[TEST] Another increase to 512

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