Вырезал из кода ненужный asserBatchSize.

This commit is contained in:
Первов Артем
2026-06-21 02:24:02 +03:00
parent 8819adf42b
commit 919268c987
4 changed files with 1 additions and 18 deletions

View File

@@ -8,8 +8,5 @@ INGEST_API_KEY=
# Pool sizing for node-postgres.
PG_POOL_MAX=20
# Maximum points accepted by one POST /ingest request.
INGEST_MAX_BATCH_SIZE=10000
# Poll interval for GET /current/events SSE snapshots.
CURRENT_EVENTS_POLL_MS=1000