mirror of https://github.com/M66B/FairEmail.git
Change default 'Send' server
This commit is contained in:
parent
c98e0d3734
commit
4e28c3aea8
|
@ -72,7 +72,7 @@ public class Send {
|
|||
|
||||
static final int DEFAULT_DLIMIT = 10;
|
||||
static final int DEFAULT_TLIMIT = 24; // hours
|
||||
static final String DEFAULT_SERVER = "https://send.vis.ee/";
|
||||
static final String DEFAULT_SERVER = "https://send.zcyph.cc/";
|
||||
|
||||
private static final int TIMEOUT = 20 * 1000; // milliseconds
|
||||
|
||||
|
|
Loading…
Reference in New Issue