[squeak-dev] The Trunk: Monticello-ul.679.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 22 18:33:12 UTC 2018


Levente Uzonyi uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ul.679.mcz

==================== Summary ====================

Name: Monticello-ul.679
Author: ul
Time: 22 March 2018, 7:32:51.372118 pm
UUID: 7f5a3bf7-0cda-4200-b035-d9ce789f19d5
Ancestors: Monticello-ul.678

- enable #useSharedWebClientInstance by default when WebClient is present

=============== Diff against Monticello-ul.678 ===============

Item was changed:
  ----- Method: MCHttpRepository class>>useSharedWebClientInstance (in category 'preferences') -----
  useSharedWebClientInstance
  	
  	<preference: 'Use shared WebClient instance'
  		category: 'Monticello'
  		description: 'When true, use a shared WebClient instance to speed up downloads from MCHttpRepositories. Requires WebClient to be present.'
  		type: #Boolean>
+ 	^UseSharedWebClientInstance ifNil: [ Smalltalk hasClassNamed: #WebClient ]!
- 	^UseSharedWebClientInstance ifNil: [ false ]!



More information about the Squeak-dev mailing list