Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 6b5ca53

Browse files
committed
enable streaming by default
1 parent a71fec8 commit 6b5ca53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/launchdarkly/client/LDConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static class Builder{
6868
private String proxyHost;
6969
private int proxyPort = -1;
7070
private String proxyScheme;
71-
private boolean stream = false;
71+
private boolean stream = true;
7272
private boolean debugStreaming = false;
7373

7474
/**
@@ -110,7 +110,7 @@ public Builder debugStreaming(boolean debugStreaming) {
110110
}
111111

112112
/**
113-
* Set whether streaming mode should be enabled
113+
* Set whether streaming mode should be enabled. By default, streaming is enabled.
114114
* @param stream whether streaming mode should be enabled
115115
* @return the builder
116116
*/

0 commit comments

Comments
 (0)