From 7063b1fc3f7a011bb5094533933893e5a4085ba7 Mon Sep 17 00:00:00 2001 From: rcxpony Date: Mon, 10 Mar 2025 20:39:24 +0500 Subject: [PATCH] changed default high --- sources/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/main.cpp b/sources/main.cpp index 98dc326..4588967 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -12,7 +12,7 @@ #include struct option { unsigned proc = 0; - std::atomic high; + std::atomic high = 0x14; //std::string outputfile; }; static option conf;