Skip to content

Commit 057b1ff

Browse files
authored
Add "max_valid_packages_stored" to worker config (#4116)
* is needed for #4111
1 parent 02a15c2 commit 057b1ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cloud_controller/config_schemas/base/worker_schema.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class WorkerSchema < VCAP::Config
8383

8484
packages: {
8585
max_package_size: Integer,
86+
max_valid_packages_stored: Integer,
8687
app_package_directory_key: String,
8788
fog_connection: Hash,
8889
fog_aws_storage_options: Hash,

0 commit comments

Comments
 (0)