add work queue output to server_info (#322)

This commit is contained in:
CJ Cobb
2022-09-26 14:51:39 -05:00
committed by GitHub
parent eb1ea28e27
commit 0ebe92de68
5 changed files with 19 additions and 12 deletions

View File

@@ -60,9 +60,8 @@ public:
return true;
}
// TODO: this is not actually being called. Wait for application refactor
boost::json::object
report()
report() const
{
boost::json::object obj;
obj["queued"] = queued_;