Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit ca2ca2d

Browse files
committed
Fix mistake in SMTP server documentation
1 parent b6687f7 commit ca2ca2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/docs/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Inside the SMTP server builder, you have access to the following configuration v
6464
<tr>
6565
<td><b>connectionTimeout</b></td>
6666
<td>
67-
The maximum size of a message. This <i>won't be enforced</i>, this is just an information for the connected client. <br> <i>default</i> = <code>1 to TimeUnit.MINUTES</code> (1 minute) <br><br>
67+
The timeout for waiting for data on a connection. <br> <i>default</i> = <code>1 to TimeUnit.MINUTES</code> (1 minute) <br><br>
6868
The best way to set this is the following
6969
```kotlin
7070
connectionTimeout = 2 to TimeUnit.MINUTES

0 commit comments

Comments
 (0)