Fix too many polygons issue

This commit is contained in:
Nitzan Pomerantz
2025-10-27 23:58:57 +02:00
parent a234e809bf
commit 3478426006
5 changed files with 42 additions and 12 deletions
+3
View File
@@ -272,6 +272,9 @@ GOVMAP_REQUESTS_PER_SECOND=5.0
GOVMAP_DEFAULT_RADIUS=50
GOVMAP_DEFAULT_YEARS_BACK=2
GOVMAP_DEFAULT_DEAL_LIMIT=100
# Performance
GOVMAP_MAX_POLYGONS=10 # Limit polygons per search (reduces API calls, improves speed)
```
## Development Roadmap