Skip to content

Commit

Permalink
Merge pull request #1649 from chef/irving/double_max_request_size
Browse files Browse the repository at this point in the history
Double the erchef max_request_size
  • Loading branch information
markan authored Apr 3, 2019
2 parents 8927787 + 298b02f commit 602381b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
default['private_chef']['opscode-erchef']['authz_timeout'] = 2000
default['private_chef']['opscode-erchef']['authz_fanout'] = 20
default['private_chef']['opscode-erchef']['root_metric_key'] = "chefAPI"
default['private_chef']['opscode-erchef']['max_request_size'] = 1000000
default['private_chef']['opscode-erchef']['max_request_size'] = 2000000
default['private_chef']['opscode-erchef']['cleanup_batch_size'] = 0
default['private_chef']['opscode-erchef']['keygen_cache_size'] = 10
default['private_chef']['opscode-erchef']['keygen_start_size'] = 0
Expand Down
2 changes: 1 addition & 1 deletion src/oc_erchef/habitat/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ auth_skew=900
bulk_fetch_data_size=5
reindex_batch_size=10
node_license=999999
max_request_size=1000000
max_request_size=2000000
server_version=""
bulk_fetch_batch_size=5
strict_search_result_acls=false
Expand Down

0 comments on commit 602381b

Please sign in to comment.