Skip to content

Commit afadfbd

Browse files
committed
#85 whoops, forgot to update example code
1 parent 0e743ae commit afadfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/src/app/components/configuration/configuration.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h3>Other settings</h3>
133133
mailer.setThreadPoolSize(3);
134134
</code></pre>
135135
<pre><code>// change the session timeout (affects socket connect-, read- and write timeouts)
136-
mailer.setThreadPoolSize(3);
136+
mailer.setSessionTimeout(10 * 1000); // 10 seconds for quick disconnect
137137
</code></pre>
138138
</div>
139139
</section>

0 commit comments

Comments
 (0)