Properly output TimeoutError

Fixed issue where receiver devices aren't detected (hopefully).
This commit is contained in:
pixl
2020-07-12 02:51:56 -04:00
parent 9ad8ce0fea
commit f7638b0905
10 changed files with 64 additions and 38 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include <chrono>
#define LOGID_DEFAULT_RAWDEVICE_TIMEOUT std::chrono::seconds(2)
#define LOGID_DEFAULT_WORKER_COUNT 2
#define LOGID_DEFAULT_WORKER_COUNT 4
namespace logid
{