Changeset 3379
- Timestamp:
- 09/28/11 11:32:35
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.8/config/bwbuild/.defaults/synch-config.xml
r3339 r3379 14 14 <property name="synchlingPoolSize" 15 15 value="20" /> 16 16 17 17 <!-- timeout in millisecs for synchling pool. Processes waiting for a free 18 18 synchling will timeout after this period and fail --> 19 19 <property name="synchlingPoolTimeout" 20 20 value="5000" /> 21 21 22 22 <!-- callback. Comment out for no service. MUST end in "/" --> 23 23 <property name="callbackURI" … … 33 33 <property name="pubKeys" 34 34 value="@DATA_DIR@/pubkeys" /> 35 35 36 <!-- Timezone server location --> 37 <property name="timezonesURI" 38 value="http://localhost:8080/tzsvr" /> 39 36 40 <property name="connectors"> 37 41 <map>
