Browse Source

fuse_loop.cpp

Antonio SJ Musumeci 7 days ago
parent
commit
d94aa27522
  1. 3
      libfuse/lib/fuse_loop.cpp

3
libfuse/lib/fuse_loop.cpp

@ -212,9 +212,6 @@ _calculate_thread_count(const int raw_thread_count_)
thread_count = raw_thread_count_;
}
if(thread_count <= 0)
thread_count = 1;
return thread_count;
}

Loading…
Cancel
Save