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 {
128128 links ' https://projectreactor.io/docs/core/release/api/'
129129 links ' https://netty.io/4.1/api/'
130130 }
131+ failOnError = false
131132 }
132133
133134 tasks. named(" javadoc" ). configure {
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ public RSocketConnector metadataMimeType(String metadataMimeType) {
213213 * <li>For server-to-server connections, a reasonable time interval between client {@code
214214 * KEEPALIVE} frames is 500ms.
215215 * <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.
217217 * </ul>
218218 *
219219 * <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