mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-04-30 04:30:05 +00:00
remove comments
This commit is contained in:
parent
1a6526dcc7
commit
a622318325
1 changed files with 2 additions and 2 deletions
|
|
@ -670,8 +670,8 @@ Process large volumes efficiently with rate limiting and error recovery.
|
|||
|
||||
async function batchIngest(documents: Document[], options = {}) {
|
||||
const {
|
||||
batchSize = 5, // CORRECTED: Conservative batch size
|
||||
delayBetweenBatches = 2000, // CORRECTED: 2 second delays
|
||||
batchSize = 5,
|
||||
delayBetweenBatches = 2000,
|
||||
maxRetries = 3
|
||||
} = options;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue