Revert "Reduce large message size to 200 KiB"

This reverts commit 22121806f1.
This commit is contained in:
M66B 2020-02-10 14:16:48 +01:00
parent f5fd230877
commit 24816f6d6b
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
private static final ExecutorService executor =
Helper.getBackgroundExecutor(2, "differ");
private static final int LARGE_MESSAGE_SIZE = 200 * 1024;
private static final int LARGE_MESSAGE_SIZE = 250 * 1024;
// https://github.com/newhouse/url-tracking-stripper
private static final List<String> PARANOID_QUERY = Collections.unmodifiableList(Arrays.asList(