Lower concurrency tmeout
This commit is contained in:
@@ -18,7 +18,7 @@ export type EventStatus = Static<typeof EventStatusSchema>;
|
||||
export type EventSource = "portal" | "printful" | "webflow";
|
||||
|
||||
export class EventsService {
|
||||
static readonly CONCURRENCY_TIMEOUT_MS = minToMs(10);
|
||||
static readonly CONCURRENCY_TIMEOUT_MS = minToMs(5);
|
||||
|
||||
private _lastCleanDate: Date = new Date(0);
|
||||
get lastCleanDate() { return this._lastCleanDate; };
|
||||
|
||||
Reference in New Issue
Block a user