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

Commit 401fe0c

Browse files
committed
Update documentation
1 parent c77eb4f commit 401fe0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ktt/lib/httpserver/server/SimpleHttpServer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ public static SimpleHttpServer create(final int port, final int backlog) throws
179179
//
180180

181181
/**
182-
* Sets the server's executor
182+
* Sets the server's executor. <br>
183+
* For unlimited simultaneous threading use {@link java.util.concurrent.Executors#newCachedThreadPool()}; for limited simultaneous threading use {@link java.util.concurrent.Executors#newFixedThreadPool(int)}. <br>
183184
*
184185
* @param executor server executor
185186
*

0 commit comments

Comments
 (0)