Minor
This commit is contained in:
parent
567df79af1
commit
343829dcb8
|
@ -7,7 +7,7 @@ const adCoordinatorThroat = throat(1);
|
||||||
|
|
||||||
|
|
||||||
export class AdCoordinatorHost {
|
export class AdCoordinatorHost {
|
||||||
static readonly MIN_DISTANCE = 5000;
|
static readonly MIN_DISTANCE = 7500;
|
||||||
private lastPost = Date.now();
|
private lastPost = Date.now();
|
||||||
|
|
||||||
async processAdRequest(event: IpcMainEvent, adId: string): Promise<void> {
|
async processAdRequest(event: IpcMainEvent, adId: string): Promise<void> {
|
||||||
|
|
Loading…
Reference in New Issue