You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commits:
dc531f2 MB-47139 magma-kvstore: Adapt to SetMaxOpenFiles API change
ac0da7c MB-51513: Merge branch 'couchbase/cheshire-cat' into 'couchbase/neo'
cc160cb MB-51513: Revert "MB-34280: Set max DCP name to 200 characters"
5cbcd28 MB-51513: Merge 'couchbase/cheshire-cat' into 'couchbase/neo'
09f70f6 MB-51414: Simplify handling of snapshot ranges in processItems()
db53ff0 MB-50874: Merge branch 'mad-hatter' into cheshire-cat
Change-Id: Ic6195a595038776f2c7014f9c1241b96f12bfa90
Copy file name to clipboardExpand all lines: docs/dcp/documentation/commands/open-connection.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,7 @@ Flags are specified as a bitmask in network byte order with the following bits d
43
43
44
44
When setting the Producer or Consumer flag the sender is telling the server what type of connection will be created. For example, if the Producer type is set then the sender of the Open Connection message will be a Consumer.
45
45
46
-
The connection name is specified using the key field. When selecting a name the
47
-
only requirement is that the name take up no more space than 200 bytes. It is
48
-
recommended that the name uses that ASCII character set and uses alpha-numeric
49
-
characters. It is highly advantageous for improved supportability Couchbase
50
-
Server that the connection names embed as much contextual information as
51
-
possible from the client.
46
+
The connection name is specified using the key field. When selecting a name the only requirement is that the name take up no more space than 256 bytes. It is recommended that the name uses that ASCII character set and uses alpha-numeric characters. It is highly advantageous for improved supportability Couchbase Server that the connection names embed as much contextual information as possible from the client.
52
47
53
48
As of version 6.5, the _value_ can be used to specify additional information
54
49
about the connection to be opened. If non-empty, the value must be a JSON
0 commit comments