Trying to better understand import/export leaks. Possibly cleaned up after tasks better, but mostly just tweaked counters.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3762 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-01-15 17:40:24 +00:00
parent c40a513876
commit 019ab99ecc
2 changed files with 81 additions and 66 deletions

View File

@ -1516,7 +1516,7 @@ static void _tf_ssb_trace_timer(uv_timer_t* timer)
ssb->broadcasts_changed_count,
};
tf_trace_counter(ssb->trace, "lists", _countof(values), names, values);
tf_trace_counter(ssb->trace, "ssb", _countof(values), names, values);
}
tf_ssb_t* tf_ssb_create(uv_loop_t* loop, JSContext* context, sqlite3* db, const char* secrets_path)