Skip to content

Commit

Permalink
Increase maximum backup file size.
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Oct 14, 2014
1 parent 688af95 commit f16d9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/src/de/schildbach/wallet/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public final static class Files
}

/** Maximum size of backups. Files larger will be rejected. */
public static final long BACKUP_MAX_CHARS = 5000000;
public static final long BACKUP_MAX_CHARS = 10000000;

private static final String EXPLORE_BASE_URL_PROD = "https://www.biteasy.com/";
private static final String EXPLORE_BASE_URL_TEST = "https://www.biteasy.com/testnet/";
Expand Down

0 comments on commit f16d9e5

Please sign in to comment.