Skip to content

Commit d8b841f

Browse files
Removing minimum settings changes
1 parent 2ca11e2 commit d8b841f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/external/http/sender/RequestExecutorServiceSettings.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public class RequestExecutorServiceSettings {
4040
static final Setting<TimeValue> TASK_POLL_FREQUENCY_SETTING = Setting.timeSetting(
4141
"xpack.inference.http.request_executor.task_poll_frequency",
4242
DEFAULT_TASK_POLL_FREQUENCY_TIME,
43-
TimeValue.timeValueNanos(1),
4443
Setting.Property.NodeScope,
4544
Setting.Property.Dynamic
4645
);
@@ -52,7 +51,6 @@ public class RequestExecutorServiceSettings {
5251
static final Setting<TimeValue> RATE_LIMIT_GROUP_CLEANUP_INTERVAL_SETTING = Setting.timeSetting(
5352
"xpack.inference.http.request_executor.rate_limit_group_cleanup_interval",
5453
DEFAULT_RATE_LIMIT_GROUP_CLEANUP_INTERVAL,
55-
TimeValue.timeValueNanos(1),
5654
Setting.Property.NodeScope,
5755
Setting.Property.Dynamic
5856
);
@@ -65,7 +63,6 @@ public class RequestExecutorServiceSettings {
6563
static final Setting<TimeValue> RATE_LIMIT_GROUP_STALE_DURATION_SETTING = Setting.timeSetting(
6664
"xpack.inference.http.request_executor.rate_limit_group_stale_duration",
6765
DEFAULT_RATE_LIMIT_GROUP_STALE_DURATION,
68-
TimeValue.timeValueNanos(1),
6966
Setting.Property.NodeScope,
7067
Setting.Property.Dynamic
7168
);

0 commit comments

Comments
 (0)