yiguolei commented on code in PR #24772:
URL: https://github.com/apache/doris/pull/24772#discussion_r1338106061


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2211,4 +2211,15 @@ public class Config extends ConfigBase {
             "min buckets of auto bucket"
     })
     public static int autobucket_min_buckets = 1;
+
+    @ConfField(description = {"Arrow Flight 
Server中所有用户token的缓存上限,超过后LRU淘汰,默认值为2000",
+            "The cache limit of all user tokens in Arrow Flight Server. which 
will be eliminated by"
+            + "LRU rules after exceeding the limit, the default value is 
2000."})
+    public static int arrow_flight_token_cache_size = 2000;
+
+    @ConfField(description = {"Arrow Flight 
Server中用户token的存活时间,自上次写入后过期时间,单位分钟,默认值为4320,即3天",
+            "The alive time of the user token in Arrow Flight Server, expire 
after write, unit minutes,"
+            + "the default value is 4320, which is 3 days"})
+    public static int arrow_flight_token_alive_time = 4320;

Review Comment:
   change to arrow_flight_token_alive_time_secs



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to