Optimization because of long running times

This commit is contained in:
Nitzan Pomerantz
2025-07-14 13:40:36 +03:00
parent 80dfaa28f0
commit 650048445f
2 changed files with 71 additions and 156 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ class GovmapClient:
return []
def find_recent_deals_for_address(self, address: str, years_back: int = 2,
radius: int = 30, max_deals: int = 200) -> List[Dict[str, Any]]:
radius: int = 30, max_deals: int = 50) -> List[Dict[str, Any]]:
"""
Find all relevant real estate deals for a given address from the last few years.