Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-01-28 22:18:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-28 22:18:35 +0300
commitcd2c4a58345dfabf88e985b6aca5f259168f628e (patch)
tree579d9f44960853a5f55a7e0e05c27d2059c6f760 /source/blender/blenlib/BLI_threads.h
parentabde08b71672d67511309a18aa80c9c278a7c313 (diff)
- change max threads from 8 to 64, need to keep an eye on stack memory use here.
- reload fix didnt work last commit.
Diffstat (limited to 'source/blender/blenlib/BLI_threads.h')
-rw-r--r--source/blender/blenlib/BLI_threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_threads.h b/source/blender/blenlib/BLI_threads.h
index 089ee9bdbdd..113229863d8 100644
--- a/source/blender/blenlib/BLI_threads.h
+++ b/source/blender/blenlib/BLI_threads.h
@@ -34,7 +34,7 @@
#include <pthread.h>
/* for tables, button in UI, etc */
-#define BLENDER_MAX_THREADS 8
+#define BLENDER_MAX_THREADS 64
struct ListBase;