feat: enhance the async-profiling duration options (#472)

This commit is contained in:
Forgottener
2025-06-02 17:18:58 +08:00
committed by GitHub
parent 1f651cf528
commit e4a43d91e2
5 changed files with 59 additions and 6 deletions

View File

@@ -401,5 +401,10 @@ const msg = {
recordsTTL: "Records TTL",
clusterNodes: "Cluster Nodes",
debuggingConfigDump: "Dump Effective Configurations",
customDuration: "Custom Duration",
maxDuration: "Max Duration",
minutes: "Minutes",
invalidProfilingDurationRange: "Please enter a valid duration between 1 and 900 seconds",
taskCreatedSuccessfully: "Task created successfully",
};
export default msg;