Skip to content

Commit

Permalink
fix comiple error
Browse files Browse the repository at this point in the history
  • Loading branch information
aiceflower committed Jan 7, 2025
1 parent fe628a0 commit f9e3e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class HDFSFileSystem extends FileSystem {

private static final String LOCKER_SUFFIX = "refresh";

private static final int REFRESH_INTERVAL = LinkisStorageConf.HDFS_REFRESH_INTERVAL() * 1000 * 60;
private static final int REFRESH_INTERVAL = LinkisStorageConf.HDFS_FILE_SYSTEM_REFRESHE_INTERVAL() * 1000 * 60;

private static final ConcurrentHashMap<String, Long> lastCallTimes = new ConcurrentHashMap<>();

Expand Down

0 comments on commit f9e3e83

Please sign in to comment.