Show
Ignore:
Timestamp:
10/02/07 12:49:26 (1 year ago)
Author:
max
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/multithread/conf/chord.properties

    r21 r28  
    4040 
    4141# The default Network class 
    42 FACTORIES_NETWORK = planet.generic.commonapi.NetworkImpl 
     42FACTORIES_NETWORK = planet.generic.commonapi.MultiThreadedNetworkImpl 
    4343 
    4444# The default NodeHandle class 
     
    5353 
    5454# The default initial network size 
    55 FACTORIES_NETWORKSIZE = 1000 
     55FACTORIES_NETWORKSIZE = 3000 
    5656 
    5757 
     
    105105 
    106106#Number of processors 
    107 SIMULATOR_PROCESSORS = 1 
     107SIMULATOR_PROCESSORS = 2 
    108108################################################################################ 
    109109# SERIALIZATION PART                                                           #