Skip to content

Commit

Permalink
Merge pull request #106 from Vivek-M-08/cbrelease-4.8.14
Browse files Browse the repository at this point in the history
Added batch size config
  • Loading branch information
shishirsuman092 authored Jun 6, 2024
2 parents 8f5e6d4 + 4b721cb commit 0905b5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/data-products-deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ report_solution_ids: ""
report_grace_period: "2"
report_base_url_for_evidences: "https://{{ domain_name }}/content-store/"
report_include_expired_solution_ids: true
survey_question_report_batch_size: "{{ survey_question_report_batch_size }}"
survey_status_report_batch_size: "{{ survey_status_report_batch_size }}"
observation_question_report_batch_size: "{{ observation_question_report_batch_size }}"
observation_status_report_batch_size: "{{ observation_status_report_batch_size }}"

comms_console_prarambh_email_suffix: "[email protected]"
comms_console_num_days_to_consider: "15"
Expand Down
Loading

0 comments on commit 0905b5d

Please sign in to comment.