We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04252d4 commit d8ef7b4Copy full SHA for d8ef7b4
x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/logging/ThrottlerManager.java
@@ -56,7 +56,7 @@ public class ThrottlerManager implements Closeable {
56
* This setting specifies how often a thread will run to emit repeated log messages.
57
*/
58
public static final Setting<TimeValue> LOG_EMIT_INTERVAL = Setting.timeSetting(
59
- "xpack.inference.logging.log_interval",
+ "xpack.inference.logging.interval",
60
DEFAULT_LOG_EMIT_INTERVAL,
61
Setting.Property.NodeScope,
62
Setting.Property.Dynamic
0 commit comments