mirror of
https://github.com/Zygo/bees.git
synced 2025-06-17 01:56:16 +02:00
log: remove path from thread name
The thread name has an arbitrarily limited size, and we are eventually removing support for multiple paths in a single bees daemon process. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -595,7 +595,7 @@ BeesHashTable::BeesHashTable(shared_ptr<BeesContext> ctx, string filename, off_t
|
||||
m_buckets(0),
|
||||
m_cells(0),
|
||||
m_writeback_thread("hash_writeback"),
|
||||
m_prefetch_thread("hash_prefetch " + m_ctx->root_path()),
|
||||
m_prefetch_thread("hash_prefetch"),
|
||||
m_flush_rate_limit(BEES_FLUSH_RATE),
|
||||
m_prefetch_rate_limit(BEES_FLUSH_RATE),
|
||||
m_stats_file(m_ctx->home_fd(), "beesstats.txt")
|
||||
|
Reference in New Issue
Block a user