Changeset 28 for branches/multithread/conf/trivial.properties
- Timestamp:
- 10/02/07 12:49:26 (1 year ago)
- Files:
-
- 1 modified
-
branches/multithread/conf/trivial.properties (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/multithread/conf/trivial.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 = 100 56 57 55 FACTORIES_NETWORKSIZE = 3000 56 57 #Number of processors 58 SIMULATOR_PROCESSORS = 2 58 59 ########## OPTIONAL ATTRIBUTES: Test dependant 59 60 … … 173 174 174 175 # Identifies when to show specific debug info for behaviours 175 BEHAVIOURS_PROPERTIES_DEBUG = true176 BEHAVIOURS_PROPERTIES_DEBUG = false 176 177 177 178 # NOTE: The following keys start by 'BEHAVIOURS_PROPERTIES_INSTANCE', ended
