disable automatic aes encryption for the time being

This commit is contained in:
Daniel Gultsch 2015-06-30 20:19:18 +02:00
parent 9190e03076
commit c36238141d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public final class Config {
public static final boolean EXTENDED_SM_LOGGING = true; // log stanza counts
public static final boolean RESET_ATTEMPT_COUNT_ON_NETWORK_CHANGE = true; //setting to true might increase power consumption
public static final boolean ENCRYPT_ON_HTTP_UPLOADED = true;
public static final boolean ENCRYPT_ON_HTTP_UPLOADED = false;
public static final long MILLISECONDS_IN_DAY = 24 * 60 * 60 * 1000;
public static final long MAM_MAX_CATCHUP = MILLISECONDS_IN_DAY / 2;