This commit is contained in:
Mr. Stallion 2020-07-05 16:49:40 -05:00
parent 567df79af1
commit 343829dcb8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const adCoordinatorThroat = throat(1);
export class AdCoordinatorHost {
static readonly MIN_DISTANCE = 5000;
static readonly MIN_DISTANCE = 7500;
private lastPost = Date.now();
async processAdRequest(event: IpcMainEvent, adId: string): Promise<void> {