More liberal default maximum thread name length
This commit is contained in:
parent
1a6444d010
commit
95231632a2
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
namespace psemek::log
|
||||
{
|
||||
|
||||
static std::size_t max_thread_name_length = 5;
|
||||
static std::size_t max_thread_name_length = 8;
|
||||
|
||||
void set_max_thread_name_length(std::size_t length)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue