Improve public pages
This commit is contained in:
@@ -45,7 +45,7 @@ class CloneOrchestrator:
|
||||
name="inventory",
|
||||
url=os.getenv("INVENTORY_SERVICE_URL", "http://inventory-service:8000"),
|
||||
required=False, # Optional - provides ingredients/recipes
|
||||
timeout=10.0
|
||||
timeout=5.0 # Reduced from 10s - optimized data volume
|
||||
),
|
||||
ServiceDefinition(
|
||||
name="recipes",
|
||||
@@ -63,7 +63,7 @@ class CloneOrchestrator:
|
||||
name="sales",
|
||||
url=os.getenv("SALES_SERVICE_URL", "http://sales-service:8000"),
|
||||
required=False, # Optional - provides sales history
|
||||
timeout=10.0
|
||||
timeout=5.0 # Reduced from 10s - optimized to 30 days history
|
||||
),
|
||||
ServiceDefinition(
|
||||
name="orders",
|
||||
|
||||
Reference in New Issue
Block a user