Changeset 28 for branches/multithread/conf/chord.properties
- Timestamp:
- 10/02/07 12:49:26 (1 year ago)
- Files:
-
- 1 modified
-
branches/multithread/conf/chord.properties (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/multithread/conf/chord.properties
r21 r28 40 40 41 41 # The default Network class 42 FACTORIES_NETWORK = planet.generic.commonapi. NetworkImpl42 FACTORIES_NETWORK = planet.generic.commonapi.MultiThreadedNetworkImpl 43 43 44 44 # The default NodeHandle class … … 53 53 54 54 # The default initial network size 55 FACTORIES_NETWORKSIZE = 100055 FACTORIES_NETWORKSIZE = 3000 56 56 57 57 … … 105 105 106 106 #Number of processors 107 SIMULATOR_PROCESSORS = 1107 SIMULATOR_PROCESSORS = 2 108 108 ################################################################################ 109 109 # SERIALIZATION PART #
