Nikos Atlas 7 сар өмнө
parent
commit
1eda19f592

+ 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(