Skip to content

Commit 4ac1450

Browse files
Modify default settings in crawl.yml
Updated default values for max_rps, acknowledge_load, and publish in crawl.yml.
1 parent 5cb60bf commit 4ac1450

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/crawl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ on:
2222
max_rps:
2323
description: "Peticiones iniciadas por segundo"
2424
required: true
25-
default: "1024"
25+
default: "2048"
2626
acknowledge_load:
2727
description: "Para alta carga escribe I_HAVE_PERMISSION"
2828
required: false
29-
default: ""
29+
default: "I_HAVE_PERMISSION"
3030
publish:
3131
description: "Publicar output/ en la rama"
3232
type: boolean
3333
required: true
34-
default: false
34+
default: true
3535
schedule:
3636
- cron: "17 3 * * 1"
3737
timezone: "Europe/Madrid"

0 commit comments

Comments
 (0)