mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
A conversation is buffered when it is converted; the flush is what writes it. Claiming its assets at buffer time meant a flush that rejected left those files behind, referenced by a conversation that never landed and skipped by the cleanup. Claims are held pending and promoted only when a flush actually commits, so maybeFlush now reports whether it ran. The pre-scan also never consulted the cancel flag, so a cancelled job kept inflating and parsing every remaining shard after the user was told it had stopped. |
||
|---|---|---|
| .. | ||
| controllers | ||
| middleware | ||
| routes | ||
| services | ||
| utils | ||
| cleanup.js | ||
| experimental.js | ||
| experimental.spec.js | ||
| index.js | ||
| index.metrics.spec.js | ||
| index.spec.js | ||
| socialLogins.js | ||
| socialLogins.spec.js | ||
| telemetry.js | ||
| telemetry.spec.js | ||