Add threads list to context buffer get_stats()
This commit is contained in:
parent
abc5902b60
commit
80f8226b1d
1 changed files with 1 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ class ContextBuffer:
|
|||
"total_slots": total_slots,
|
||||
"max_threads": self.max_threads,
|
||||
"max_slots_per_thread": self.max_slots_per_thread,
|
||||
"threads": list(self._threads.keys()),
|
||||
}
|
||||
|
||||
def clear(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue