Limit number of threads in processing step to balance system load
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <iostream>
|
||||
#include "adsb-helpers.hpp"
|
||||
|
||||
int N_THREADS = 16;
|
||||
int N_THREADS = 4;
|
||||
|
||||
std::vector<std::string> scan_directory_for_json(const std::string& directory_path) {
|
||||
std::vector<std::string> json_files;
|
||||
|
||||
Reference in New Issue
Block a user