Skip to content

Commit

Permalink
Update scope on a property
Browse files Browse the repository at this point in the history
Update scope

pr-link: #11111
change-id: cid-663703f9f64afb27aa2dae215d06a8371ea5ab12
  • Loading branch information
apc999 committed Mar 3, 2020
1 parent 5a7ff4c commit 42dbb19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/common/src/main/java/alluxio/conf/PropertyKey.java
Expand Up @@ -1093,6 +1093,7 @@ public String toString() {
new Builder(Name.COS_CONNECTION_MAX)
.setDefaultValue(1024)
.setDescription("The maximum number of COS connections.")
.setScope(Scope.SERVER)
.build();
public static final PropertyKey COS_CONNECTION_TIMEOUT =
new Builder(Name.COS_CONNECTION_TIMEOUT)
Expand Down

0 comments on commit 42dbb19

Please sign in to comment.