File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
rsocket-core/src/main/java/io/rsocket/core Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ subprojects {
128
128
links ' https://projectreactor.io/docs/core/release/api/'
129
129
links ' https://netty.io/4.1/api/'
130
130
}
131
+ failOnError = false
131
132
}
132
133
133
134
tasks. named(" javadoc" ). configure {
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ public RSocketConnector metadataMimeType(String metadataMimeType) {
213
213
* <li>For server-to-server connections, a reasonable time interval between client {@code
214
214
* KEEPALIVE} frames is 500ms.
215
215
* <li>For mobile-to-server connections, the time interval between client {@code KEEPALIVE}
216
- * frames is often > 30,000ms.
216
+ * frames is often {@code >} 30,000ms.
217
217
* </ul>
218
218
*
219
219
* <p>By default these are set to 20 seconds and 90 seconds respectively.
You can’t perform that action at this time.
0 commit comments