We are still not optimizing on this level

This commit is contained in:
2020-05-13 12:38:09 +02:00
parent 5758f4a5f8
commit 1fe08897f1
+1 -1
View File
@@ -64,7 +64,7 @@ int main (int argc, char *argv[]) {
pid_t tid;
tid = syscall(SYS_gettid);
int ret = setpriority(PRIO_PROCESS, tid, -20);
int ret = setpriority(PRIO_PROCESS, tid, 0);
if (ret == -1) throw runtime_error("cannot set nice");
ModuleFrame metadata;