Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Jan 12, 2024
1 parent d59a6a1 commit e6960f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/common/src/main/java/alluxio/conf/PropertyKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -6310,10 +6310,10 @@ public String toString() {
public static final PropertyKey USER_FILE_IN_STREAM_STATUS_EXPIRATION_TIME =
durationBuilder(Name.USER_FILE_IN_STREAM_STATUS_EXPIRATION_TIME)
.setDefaultValue("5min")
.setDescription("Specifies how long the file metadata can be cached and reused during the "
+ "FileInStream. Once the specified expiration time has elapsed, the file metadata "
+ "will be reloaded from the Alluxio master. The cache reduces the number of "
+ "metadata requests to the Master. The default is 5 minutes.")
.setDescription("Specifies how long the file metadata can be cached and reused during "
+ "the FileInStream. Once the specified expiration time has elapsed, the file "
+ "metadata will be reloaded from the Alluxio master. The cache reduces the number "
+ "of metadata requests to the Master. The default is 5 minutes.")
.setScope(Scope.CLIENT)
.build();
public static final PropertyKey USER_FILE_WRITE_INIT_SLEEP_MIN =
Expand Down

0 comments on commit e6960f0

Please sign in to comment.