[Polycasso-commit] SF.net SVN: polycasso:[40] trunk/polycasso/src/com/mebigfatguy/polycasso/ ImageG
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-11-25 01:22:25
|
Revision: 40
http://polycasso.svn.sourceforge.net/polycasso/?rev=40&view=rev
Author: dbrosius
Date: 2009-11-25 01:22:16 +0000 (Wed, 25 Nov 2009)
Log Message:
-----------
8 threads max
Modified Paths:
--------------
trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGenerator.java
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGenerator.java
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGenerator.java 2009-11-24 14:08:05 UTC (rev 39)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGenerator.java 2009-11-25 01:22:16 UTC (rev 40)
@@ -35,7 +35,7 @@
* This class generates multiple images in parallel to keep multicore processors busy.
*/
public class ImageGenerator implements Runnable {
- private static final int NUM_THREADS = 10;
+ private static final int NUM_THREADS = 8;
private static int attempt = 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|