Skip to content

Commit

Permalink
Fix duplicated TO3l8
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyboy committed Mar 23, 2018
1 parent 30ee0a0 commit 4ec0f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/client-lib-development-guide/features.textile
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ h4. ClientOptions
**** @(TO3l8c)@ The size of a @binary@ @data@ property is its size in bytes (of the actual binary, not the base64 representation, regardless of whether the binary protocol is in use)
**** @(TO3l8d)@ The size of the @extras@ property is the string length of its JSON representation
**** @(TO3l8e)@ The size of a @null@ or omitted property is zero
*** @(TO3l8)@ @maxFrameSize@ integer - default 524288 (512kB). The maximum size of a single POST body or WebSocket frame. This is mostly only relevant for `Rest#request` (e.g. for batch publishes), since publishes will hit the @maxMessageSize@ limit before this
*** @(TO3l9)@ @maxFrameSize@ integer - default 524288 (512kB). The maximum size of a single POST body or WebSocket frame. This is mostly only relevant for `Rest#request` (e.g. for batch publishes), since publishes will hit the @maxMessageSize@ limit before this

h4(#token-params). TokenParams
* @(TK1)@ A class providing parameters of a token request. These params are used when invoking @Auth#authorize@, @Auth#requestToken@ and @Auth#createTokenRequest@
Expand Down

0 comments on commit 4ec0f99

Please sign in to comment.