claude-self-reflect 2.5.16 → 2.5.17
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/docker-compose.yaml +1 -1
- package/mcp-server/pyproject.toml +1 -1
- package/package.json +1 -1
package/docker-compose.yaml
CHANGED
|
@@ -110,7 +110,7 @@ services:
|
|
|
110
110
|
- MAX_CONCURRENT_QDRANT=2 # Limit concurrent Qdrant operations
|
|
111
111
|
- IMPORT_FREQUENCY=15 # Check every 15 seconds instead of 1
|
|
112
112
|
- BATCH_SIZE=3 # Process only 3 files at a time
|
|
113
|
-
- MEMORY_LIMIT_MB=
|
|
113
|
+
- MEMORY_LIMIT_MB=600 # Memory limit (increased from 400MB for stability)
|
|
114
114
|
- MAX_QUEUE_SIZE=100 # Limit queue size
|
|
115
115
|
- MAX_BACKLOG_HOURS=24 # Alert if backlog > 24 hours
|
|
116
116
|
- QDRANT_TIMEOUT=10 # 10 second timeout for Qdrant ops
|