File tree Expand file tree Collapse file tree 5 files changed +0
-10
lines changed
lib/cloud_controller/config_schemas
unit/lib/cloud_controller Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -268,5 +268,3 @@ diego:
268268 pid_limit : 1024
269269
270270shared_isolation_segment_name : shared
271-
272- threadpool_size : 20
Original file line number Diff line number Diff line change @@ -394,7 +394,6 @@ locket:
394394 cert_file : ' spec/fixtures/certs/bbs_client.crt'
395395 key_file : ' spec/fixtures/certs/bbs_client.key'
396396
397- threadpool_size : 20
398397webserver : puma
399398default_app_lifecycle : buildpack
400399custom_metric_tag_prefix_list : ["metric.tag.cloudfoundry.org"]
Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ class ApiSchema < VCAP::Config
315315 } ,
316316
317317 request_timeout_in_seconds : Integer ,
318- threadpool_size : Integer ,
319318 skip_cert_verify : bool ,
320319
321320 webserver : String , # currently only puma
Original file line number Diff line number Diff line change @@ -229,5 +229,3 @@ credhub_api:
229229
230230credential_references :
231231 interpolate_service_bindings : true
232-
233- threadpool_size : 20
Original file line number Diff line number Diff line change @@ -209,10 +209,6 @@ module VCAP::CloudController
209209 expect ( config [ :request_timeout_in_seconds ] ) . to eq ( 600 )
210210 end
211211
212- it 'preserves the threadpool_size value from the file' do
213- expect ( config [ :threadpool_size ] ) . to eq ( 20 )
214- end
215-
216212 it 'preserves the value of the staging auth user/password' do
217213 expect ( config [ :staging ] [ :auth ] [ :user ] ) . to eq ( 'bob' )
218214 expect ( config [ :staging ] [ :auth ] [ :password ] ) . to eq ( 'laura' )
You can’t perform that action at this time.
0 commit comments