From c47992a866008057980aee0122e5f5a199d4d123 Mon Sep 17 00:00:00 2001 From: "Andrew Jackson (Ajax)" Date: Sat, 16 Sep 2023 07:47:10 +0800 Subject: [PATCH] minor doc changes --- lib/harmony/harmonytask/doc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/harmony/harmonytask/doc.go b/lib/harmony/harmonytask/doc.go index 772b674cd..9eaace914 100644 --- a/lib/harmony/harmonytask/doc.go +++ b/lib/harmony/harmonytask/doc.go @@ -32,12 +32,12 @@ Mental Model: * To use: 1.Implement TaskInterface for a new task. -2 Have New() receive this & all other ACTIVE implementations. +2. Have New() receive this & all other ACTIVE implementations. * * As we are not expecting DBAs in this database, it's important to know -what grows uncontrolled. The only harmony_* table is _task_history -(somewhat quickly) and harmony_machines (slowly). These will need a +what grows uncontrolled. The only growing harmony_* table is +harmony_task_history (somewhat quickly). These will need a clean-up for after the task data could never be acted upon. but the design **requires** extraInfo tables to grow until the task's info could not possibly be used by a following task, including slow