Update Performance & Scaling
parent
5850157a88
commit
f116c6b3bb
1 changed files with 2 additions and 2 deletions
|
|
@ -199,7 +199,7 @@ DELAY_BETWEEN_REQUESTS=3 # More conservative timing
|
|||
|
||||
# If duplicate detection is slow:
|
||||
# Clean processed URLs periodically (monthly):
|
||||
docker-compose exec gts-holmirdas rm -f /app/data/processed_urls.json
|
||||
docker compose exec gts-holmirdas rm -f /app/data/processed_urls.json
|
||||
```
|
||||
|
||||
#### Federation Growth Optimization
|
||||
|
|
@ -243,7 +243,7 @@ DELAY_BETWEEN_REQUESTS=2 # Increase from 1
|
|||
#### Issue: Duplicate Detection Slow
|
||||
```bash
|
||||
# Solution: Storage cleanup (monthly maintenance)
|
||||
docker-compose exec gts-holmirdas rm -f /app/data/processed_urls.json
|
||||
docker compose exec gts-holmirdas rm -f /app/data/processed_urls.json
|
||||
|
||||
# Note: This forces fresh state tracking
|
||||
# Posts will be reprocessed once, then normal duplicate detection resumes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue