Skip to content

Commit e7d2295

Browse files
committed
Updated the defaults to 50ms same as V1 after surface area review
1 parent 6ed297e commit e7d2295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/sqs/src/main/java/software/amazon/awssdk/services/sqs/internal/batchmanager/ResponseBatchConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public final class ResponseBatchConfiguration {
2929
public static final boolean LONG_POLL_DEFAULT = true;
3030
public static final Duration VISIBILITY_TIMEOUT_SECONDS_DEFAULT = null;
3131
public static final Duration LONG_POLL_WAIT_TIMEOUT_DEFAULT = Duration.ofSeconds(20);
32-
public static final Duration MIN_RECEIVE_WAIT_TIME_MS_DEFAULT = Duration.ofMillis(300);
32+
public static final Duration MIN_RECEIVE_WAIT_TIME_MS_DEFAULT = Duration.ofMillis(50);
3333
public static final List<String> RECEIVE_MESSAGE_ATTRIBUTE_NAMES_DEFAULT = Collections.emptyList();
3434
public static final List<MessageSystemAttributeName> MESSAGE_SYSTEM_ATTRIBUTE_NAMES_DEFAULT = Collections.emptyList();
3535
public static final boolean ADAPTIVE_PREFETCHING_DEFAULT = false;

0 commit comments

Comments
 (0)