Skip to content

Commit d8ef7b4

Browse files
Renaming setting
1 parent 04252d4 commit d8ef7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/logging/ThrottlerManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class ThrottlerManager implements Closeable {
5656
* This setting specifies how often a thread will run to emit repeated log messages.
5757
*/
5858
public static final Setting<TimeValue> LOG_EMIT_INTERVAL = Setting.timeSetting(
59-
"xpack.inference.logging.log_interval",
59+
"xpack.inference.logging.interval",
6060
DEFAULT_LOG_EMIT_INTERVAL,
6161
Setting.Property.NodeScope,
6262
Setting.Property.Dynamic

0 commit comments

Comments
 (0)