mirror of
https://github.com/sune-org/ORP.git
synced 2026-01-14 08:38:16 +00:00
batchms 600
This commit is contained in:
2
index.js
2
index.js
@@ -1,7 +1,7 @@
|
|||||||
import OpenAI from 'openai';
|
import OpenAI from 'openai';
|
||||||
|
|
||||||
const TTL_MS = 20 * 60 * 1000;
|
const TTL_MS = 20 * 60 * 1000;
|
||||||
const BATCH_MS = 400;
|
const BATCH_MS = 600;
|
||||||
const BATCH_BYTES = 3400;
|
const BATCH_BYTES = 3400;
|
||||||
// SNAPSHOT_MIN_MS is no longer needed as we removed throttled saving.
|
// SNAPSHOT_MIN_MS is no longer needed as we removed throttled saving.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user