about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/afl-fuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 39e4f32d..103c9b2a 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -1234,7 +1234,7 @@ int main(int argc, char **argv_orig, char **envp) {
 
   }
 
-  (void)nice(-20);
+  // (void)nice(-20);  // does not improve the speed
   // real start time, we reset, so this works correctly with -V
   afl->start_time = get_cur_time();