- Replace fixed 10MB limit with dynamic calculation - get_max_response_size() computes limit based on PAGE_SIZE * multiplier - Uses 10x multiplier (e.g., PAGE_SIZE=50 -> ~500KB * 10 = ~5MB) - Clamped between 10MB minimum and 100MB maximum - Formula: max(PAGE_SIZE * multiplier, 10MB) capped at 100MB
38 KiB
38 KiB