How to increase media image scale limit?

Found the solution: It can be turned off:

add_filter( 'big_image_size_threshold', '__return_false' );

More: here