summaryrefslogtreecommitdiff
path: root/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'alloc.c')
-rw-r--r--alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alloc.c b/alloc.c
index 6dbca6c4..8f0b6c35 100644
--- a/alloc.c
+++ b/alloc.c
@@ -183,7 +183,7 @@ GC_INNER int GC_CALLBACK GC_never_stop_func(void)
/* The parallel marker cannot be interrupted for */
/* now, so the time limit is absent by default. */
#else
- unsigned long GC_time_limit = 50;
+ unsigned long GC_time_limit = 15;
#endif
#ifndef NO_CLOCK