فهرست منبع

remove products limit

Nikos Atlas 7 ماه پیش
والد
کامیت
1eda19f592
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      src/telecaster/Clients/CosmohomeClient.py

+ 3 - 2
src/telecaster/Clients/CosmohomeClient.py

@@ -244,8 +244,9 @@ def generate_xml():
     print("Cache loaded")
 
     products = []
-    for product in batch_products(client, params={'filter[active]': '1'},
-                                  batch_size=10, hard_limit=1):
+    for product in batch_products(
+            client, params={'filter[active]': '1'}, batch_size=100
+    ):
         products += client.parse_product(product)
 
     xml = dicttoxml(