You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/administration/config-cheat-sheet.en-us.md
-15
Original file line number
Diff line number
Diff line change
@@ -504,21 +504,6 @@ And the following unique queues:
504
504
-`mirror`
505
505
-`pr_patch_checker`
506
506
507
-
Certain queues have defaults that override the defaults set in `[queue]` (this occurs mostly to support older configuration):
508
-
509
-
-`[queue.issue_indexer]`
510
-
-`TYPE` this will default to `[queue]``TYPE` if it is set but if not it will appropriately convert `[indexer]``ISSUE_INDEXER_QUEUE_TYPE` if that is set.
511
-
-`LENGTH` will default to `[indexer]``UPDATE_BUFFER_LEN` if that is set.
512
-
-`BATCH_LENGTH` will default to `[indexer]``ISSUE_INDEXER_QUEUE_BATCH_NUMBER` if that is set.
513
-
-`DATADIR` will default to `[indexer]``ISSUE_INDEXER_QUEUE_DIR` if that is set.
514
-
-`CONN_STR` will default to `[indexer]``ISSUE_INDEXER_QUEUE_CONN_STR` if that is set.
515
-
-`[queue.mailer]`
516
-
-`LENGTH` will default to **100** or whatever `[mailer]``SEND_BUFFER_LEN` is.
517
-
-`[queue.pr_patch_checker]`
518
-
-`LENGTH` will default to **1000** or whatever `[repository]``PULL_REQUEST_QUEUE_LENGTH` is.
519
-
-`[queue.mirror]`
520
-
-`LENGTH` will default to **1000** or whatever `[repository]``MIRROR_QUEUE_LENGTH` is.
521
-
522
507
## Admin (`admin`)
523
508
524
509
-`DEFAULT_EMAIL_NOTIFICATIONS`: **enabled**: Default configuration for email notifications for users (user configurable). Options: enabled, onmention, disabled
0 commit comments