Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/cinatra/cinatra.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ namespace cinatra

private:
#ifndef CINATRA_SINGLE_THREAD
int num_threads_ = 0;
int num_threads_ = 1;
#else
int num_threads_ = std::thread::hardware_concurrency();
#endif // CINATRA_SINGLE_THREAD
Expand Down