Skip to content

Commit d35452c

Browse files
committed
Change default inputs.
Previous inputs lead to long Actor run. New inputs should finish faster and satisfy quality check for duration with default inputs <300 s
1 parent 50af5cf commit d35452c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.actor/actor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"actorSpecification": 1,
33
"name": "RexScraper",
4-
"version": "0.1",
4+
"version": "0.2",
55
"buildTag": "latest",
66
"environmentVariables": {},
77
"storages": {

.actor/input_schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"title": "Categories to search.",
88
"type": "array",
99
"description": "Product categories that will be included. (If no categories are explicitly specified, then it will consider all categories.)",
10-
"prefill": ["Herramientas"],
10+
"prefill": ["Sanitarios y Griferías"],
1111
"editor": "stringList"
1212
},
1313
"include_keywords": {
1414
"title": "Included keywords(or terms) for products",
1515
"type": "array",
1616
"description": "Only products that match at least of of the terms will be included in search. Term match is used on all scraped attributes. (If no terms are specified, then all products are selected.)",
17-
"prefill": ["Taladro", "Soldadora"],
17+
"prefill": ["Bidet", "Inodoro"],
1818
"editor": "stringList"
1919
},
2020
"exclude_keywords": {
2121
"title": "Excluded keywords(or terms) for products",
2222
"type": "array",
2323
"description": "Products that match any of the excluded terms on any of the product details will be filtered out, even if they match include keyword. (If no terms are specified, then no products are excluded this way.)",
24-
"prefill": ["Stanley"],
24+
"prefill": ["Ferrum"],
2525
"editor": "stringList"
2626
}
2727
}

0 commit comments

Comments
 (0)