You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/29 15:49:58 UTC

[GitHub] [airflow] mgorsk1 commented on a change in pull request #17317: docs: fix inconsistencies in configuration docs

mgorsk1 commented on a change in pull request #17317:
URL: https://github.com/apache/airflow/pull/17317#discussion_r679276936



##########
File path: airflow/config_templates/default_airflow.cfg
##########
@@ -917,23 +917,17 @@ max_tis_per_query = 512
 # scheduler at once
 use_row_level_locking = True
 
-# Max number of DAGs to create DagRuns for per scheduler loop
-#
-# Default: 10
-# max_dagruns_to_create_per_loop =
+# Max number of DAGs to create DagRuns for per scheduler loop.
+max_dagruns_to_create_per_loop = 10

Review comment:
       it doesn't matter if it's quoted or not and I don't see any string options quoted in this file (which is automatically rendered from docs anyways).




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org