Skip to content

Commit 388a637

Browse files
authored
update default key (#128)
1 parent b1a6f9d commit 388a637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/hstream/impl/DefaultSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ public class DefaultSettings {
66

77
public static final int APPEND_RETRY_MAX_TIMES = 5;
88

9-
public static final String DEFAULT_ORDERING_KEY = "__default__";
9+
public static final String DEFAULT_ORDERING_KEY = "";
1010
}

0 commit comments

Comments
 (0)