Change @read_bytes to 35
[akkoma] / lib / pleroma / mime.ex
index db8b7c742131035244ca2145ebc46953469c3591..99063ded6780b4583909f7fd06378076c500ddd8 100644 (file)
@@ -3,7 +3,7 @@ defmodule Pleroma.MIME do
   Returns the mime-type of a binary and optionally a normalized file-name.
   """
   @default "application/octet-stream"
-  @read_bytes 31
+  @read_bytes 35
 
   @spec file_mime_type(String.t()) ::
           {:ok, content_type :: String.t(), filename :: String.t()} | {:error, any()} | :error