Skip to content

Commit e36e56b

Browse files
authored
increase default sleep time (#45628)
1 parent f7b4ebe commit e36e56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
// controls for when threads sleep
130130
#define THREAD_SLEEP_THRESHOLD_NAME "JULIA_THREAD_SLEEP_THRESHOLD"
131-
#define DEFAULT_THREAD_SLEEP_THRESHOLD 16*1000 // nanoseconds (16us)
131+
#define DEFAULT_THREAD_SLEEP_THRESHOLD 100*1000 // nanoseconds (100us)
132132

133133
// defaults for # threads
134134
#define NUM_THREADS_NAME "JULIA_NUM_THREADS"

0 commit comments

Comments
 (0)