mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Increased default Send time limit to 3 days
This commit is contained in:
parent
766cbfb9f7
commit
f4da3d603a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class Send {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static final int DEFAULT_DLIMIT = 10;
|
static final int DEFAULT_DLIMIT = 10;
|
||||||
static final int DEFAULT_TLIMIT = 24; // hours
|
static final int DEFAULT_TLIMIT = 3 * 24; // hours
|
||||||
static final String DEFAULT_SERVER = "https://send.vis.ee/";
|
static final String DEFAULT_SERVER = "https://send.vis.ee/";
|
||||||
|
|
||||||
private static final int TIMEOUT = 20 * 1000; // milliseconds
|
private static final int TIMEOUT = 20 * 1000; // milliseconds
|
||||||
|
|
Loading…
Reference in a new issue