summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.h b/lib/thread.h
index 8f683c8b..ae3f5509 100644
--- a/lib/thread.h
+++ b/lib/thread.h
@@ -92,7 +92,7 @@ struct cpu_thread_history {
#define THREAD_EXECUTE 7
/* Thread yield time. */
-#define THREAD_YIELD_TIME_SLOT 10 * 1000L /* 100ms */
+#define THREAD_YIELD_TIME_SLOT 10 * 1000L /* 10ms */
/* Macros. */
#define THREAD_ARG(X) ((X)->arg)