Increase the max amount of blob data to load from 1K to 10 MB
Before we were only loading 1024 bytes, which could lead to false negative detection of binary data since binary characters could come after the 1024-byte mark. Instead, we should load as much data as we are willing to display to ensure that this does not happen.
Relates to gitlab-org/gitlab-ce#13826
Merge request reports
Activity
Please register or sign in to reply