Browse Source

fuse_loop.cpp

Antonio SJ Musumeci 7 days ago
parent
commit
9b271dc3d3
  1. 1
      libfuse/lib/fuse_loop.cpp

1
libfuse/lib/fuse_loop.cpp

@ -201,7 +201,6 @@ _calculate_thread_count(const int raw_thread_count_)
{ {
thread_count = std::thread::hardware_concurrency(); thread_count = std::thread::hardware_concurrency();
thread_count = std::min(8,thread_count); thread_count = std::min(8,thread_count);
} }
else if(raw_thread_count_ < 0) else if(raw_thread_count_ < 0)
{ {

Loading…
Cancel
Save