better-ccflare 3.4.3 → 3.4.5
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 +2 -2
- package/dist/better-ccflare +0 -0
- package/package.json +1 -1
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=
|
|
250
|
-
REQUEST_RETENTION_DAYS=
|
|
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
|
package/dist/better-ccflare
CHANGED
|
Binary file
|
package/package.json
CHANGED