Jelajahi Sumber

remove products limit

Nikos Atlas 7 bulan lalu
induk
melakukan
1eda19f592
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  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(