better-ccflare 3.4.4 → 3.4.6

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 CHANGED
@@ -246,8 +246,8 @@ LOG_LEVEL=INFO
246
246
  LOG_FORMAT=pretty
247
247
 
248
248
  # Database configuration
249
- DATA_RETENTION_DAYS=7
250
- REQUEST_RETENTION_DAYS=365
249
+ DATA_RETENTION_DAYS=3
250
+ REQUEST_RETENTION_DAYS=90
251
251
 
252
252
  # Storage (set to false to skip storing request/response bodies, reducing DB size and memory pressure)
253
253
  STORE_PAYLOADS=true
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-ccflare",
3
- "version": "3.4.4",
3
+ "version": "3.4.6",
4
4
  "description": "Load balancer proxy for Claude API with intelligent distribution across multiple OAuth accounts to avoid rate limiting",
5
5
  "license": "MIT",
6
6
  "repository": {