Commit a43226d
authored
`QUEUE_CONNECTION` is currently set to `sync` by default. We recommend
using asynchronous workers for production systems, which means that
CDash administrators have to perform unnecessary configuration right out
of the box. This PR changes the default to `database`, meaning that
asynchronous parsing is now the default behavior.
1 parent 07e0fce commit a43226d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments