better-ccflare 3.5.18 → 3.5.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -7
- package/dist/better-ccflare +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -197,13 +197,6 @@ BETTER_CCFLARE_DISCOVER_PLUGIN_AGENTS=false # Set to true to discover agents di
|
|
|
197
197
|
STORE_PAYLOADS=false # Disable storing request/response bodies (reduces DB size and memory usage)
|
|
198
198
|
# Token counts, costs, model, status and timing are still recorded
|
|
199
199
|
|
|
200
|
-
# Streaming Timeouts
|
|
201
|
-
# Agentic workloads (e.g. recursive claude-code-sdk sessions) can leave the outer
|
|
202
|
-
# stream silent for minutes while sub-calls run. Increase these if long-running
|
|
203
|
-
# nested calls appear failed or missing in the UI (issue #84).
|
|
204
|
-
CF_STREAM_TOTAL_TIMEOUT_MS=1800000 # Max total stream duration per request (default: 30 minutes)
|
|
205
|
-
CF_STREAM_CHUNK_TIMEOUT_MS=300000 # Max silence between consecutive chunks (default: 5 minutes)
|
|
206
|
-
|
|
207
200
|
# Payload encryption at rest (optional)
|
|
208
201
|
# When set, request/response payloads are encrypted with AES-256-GCM before
|
|
209
202
|
# being written to `request_payloads`. Existing plaintext rows remain readable.
|
package/dist/better-ccflare
CHANGED
|
Binary file
|
package/package.json
CHANGED