mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Backlog
- Removed backlog file processing, which slows down processing. When 2.1 has taskd support, the backlog will be cleared, but until then there is no point in accumulating transactions.
This commit is contained in:
parent
bdc1d558f5
commit
a262d41828
7 changed files with 39 additions and 5 deletions
|
@ -128,7 +128,7 @@ public:
|
|||
TF2 pending;
|
||||
TF2 completed;
|
||||
TF2 undo;
|
||||
TF2 backlog;
|
||||
// TF2 backlog;
|
||||
TF2 synch_key;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue