Increase the max amount of blob data to load from 1K to 10 MB
Compare changes
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
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