Bumped back FETCH_BODY_SANE_SUGGESTED_SIZE to 50K
This commit is contained in:
parent
73ded7170b
commit
f4d7b54fb6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public abstract class Store {
|
|||
* should be returned on FetchProfile.Item.BODY_SANE requests.
|
||||
*/
|
||||
//Matching MessagingController.MAX_SMALL_MESSAGE_SIZE
|
||||
public static final int FETCH_BODY_SANE_SUGGESTED_SIZE = (5 * 1024);
|
||||
public static final int FETCH_BODY_SANE_SUGGESTED_SIZE = (50 * 1024);
|
||||
|
||||
protected static final int SOCKET_CONNECT_TIMEOUT = 10000;
|
||||
protected static final int SOCKET_READ_TIMEOUT = 60000;
|
||||
|
|
Loading…
Reference in a new issue