renamed corporate-actions to events and finished intial work on it
This commit is contained in:
parent
bb16a52bf7
commit
d3850f9eaf
6 changed files with 200 additions and 200 deletions
|
|
@ -163,7 +163,7 @@ export async function scheduleSymbolInfoUpdates(
|
|||
symbolsQueued: number;
|
||||
errors: number;
|
||||
}> {
|
||||
const { limit = 1, forceUpdate = false } = input;
|
||||
const { limit = 100000, forceUpdate = false } = input;
|
||||
const tracker = await getOperationTracker(this);
|
||||
|
||||
this.logger.info('Scheduling symbol info updates', { limit, forceUpdate });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue