Skip to content

Commit e5b9f47

Browse files
committed
restore pom & set keepAlive to 70k
1 parent 9a13ebf commit e5b9f47

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

client/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@
7070
<exclude>META-INF/license/**</exclude>
7171
<exclude>META-INF/*</exclude>
7272
<exclude>META-INF/maven/**</exclude>
73-
<!-- Disabled to allow Jersey implementation mappings/injector to work
74-
<exclude>META-INF/services/**</exclude>
75-
-->
73+
<exclude>META-INF/services/**</exclude>
7674
<exclude>LICENSE</exclude>
7775
<exclude>NOTICE</exclude>
7876
<exclude>/*.txt</exclude>

client/src/main/java/io/split/engine/sse/client/SSEClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private enum ConnectionState {
3838

3939
private final static String KEEP_ALIVE_PAYLOAD = ":keepalive";
4040
private final static Integer CONNECT_TIMEOUT = 30000;
41-
private final static Integer SOCKET_TIMEOUT = 7000;
41+
private final static Integer SOCKET_TIMEOUT = 70000;
4242

4343
private final CloseableHttpClient _client;
4444
private final Function<RawEvent, Void> _eventCallback;

0 commit comments

Comments
 (0)