Skip to content

Commit

Permalink
Merge pull request #265 from cloudfoundry/remove-expiermental-use-opt…
Browse files Browse the repository at this point in the history
…imized-json-encoder

Revert "Introduce experimental use_optimized_json_encoder configurati…
  • Loading branch information
sethboyles authored Aug 24, 2022
2 parents 9543f69 + f6d9f19 commit 2c8b96f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions jobs/cloud_controller_ng/spec
Original file line number Diff line number Diff line change
Expand Up @@ -1223,10 +1223,6 @@ properties:
description: "How many threads a single cloud controller instance's thin server will attempt to use. Alter at your own peril."
default: 20 # inherited from default in Thin/EventMachine

cc.experimental.use_optimized_json_encoder:
description: "Switch to a different Ruby JSON encoder, i.e. Oj (https://github.com/ohler55/oj)."
default: false

cc.kubernetes.host_url:
description: "Kubernetes master API URL"
cc.kubernetes.service_account.name:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,6 @@ internal_route_vip_range: <%= internal_vip_range %>

threadpool_size: <%= p("cc.experimental.thin_server.thread_pool_size") %>

use_optimized_json_encoder: <%= p("cc.experimental.use_optimized_json_encoder") %>

<% if_p("cc.kubernetes.host_url") do %>
kubernetes:
host_url: <%= p("cc.kubernetes.host_url") %>
Expand Down

0 comments on commit 2c8b96f

Please sign in to comment.