diff --git a/www/themes/shared/templates/admin/tmux-edit.tpl b/www/themes/shared/templates/admin/tmux-edit.tpl index c93d1d769..699f74038 100644 --- a/www/themes/shared/templates/admin/tmux-edit.tpl +++ b/www/themes/shared/templates/admin/tmux-edit.tpl @@ -214,7 +214,7 @@ Safe - Backfills 1 group by backfill days (set in admin-view groups), using the number of threads set in admin. This downloads Backfill Quantity times the Backfill Threads, each loop.
example: you have Backfill Threads = 10, Backfill Quantity = 20k, Max Messages = 5k: you will run 10 threads, queue of 40 and download 200k headers.
- All - Backfills groups completely. This downloads Backfill Groups (set in tmux) by Backfill Quantity (set in tmux) times the Backfill Threads (set in admin-edit site), each loop.
+ All - Backfills groups completely. This downloads Backfill Groups by Backfill Quantity (set in tmux) times the Backfill Threads (set in admin-edit site), each loop.
Newest - Sorts the group selection with the least backfill days backfilled, first.
Oldest - Sorts the group selection with the most backfill days backfilled, first.
Alphabetical - Sorts the group selection from a to z.