Config (default):
$sort(date)$sort_aux(date)$use_threads(no)
use_thread |
sort |
sort_aux |
Threaded? | 1st level | 2nd+ levels | Num Levels |
|---|---|---|---|---|---|---|
| no | A | B | no | A | B | 2 |
| no | threads | B | yes | B | B | 1 + 1 |
| yes | threads | B | yes | B | B | 1 + 1 |
| yes | A | B | yes | A | B | 2 |
When set sort = threads, warn the user and point them at the "New Sort" feature page.
Initially, the warning is shown once per session.
At a later release, it will be shown every time.