Skip to content

Commit

Permalink
autolint
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-maynard committed Mar 3, 2025
1 parent 412180c commit f2c5d04
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,9 @@ public static <T> Builder<T> builder() {
PolarisConfiguration.<Integer>builder()
.key("STORAGE_CONFIGURATION_MAX_LOCATIONS")
.catalogConfig("max.locations")
.description("How many locations can be associated with a storage configuration, or -1 for" +
" unlimited locations")
.description(
"How many locations can be associated with a storage configuration, or -1 for"
+ " unlimited locations")
.defaultValue(20)
.build();
}

0 comments on commit f2c5d04

Please sign in to comment.