Make mock server envelopes younger
This commit is contained in:
parent
015d789c90
commit
71c97e9580
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export class Bootstrap {
|
|||
private privPhone?: PrimaryDevice;
|
||||
private privDesktop?: Device;
|
||||
private storagePath?: string;
|
||||
private timestamp: number = Date.now() - durations.MONTH;
|
||||
private timestamp: number = Date.now() - durations.WEEK;
|
||||
|
||||
constructor(options: BootstrapOptions = {}) {
|
||||
this.server = new Server({
|
||||
|
|
Loading…
Reference in a new issue