public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
Ooops no need for a big pool like that
macournoyer (author)
Sun Apr 06 16:34:34 -0700 2008
commit  fd730daf88e86f86981e87b9fc167edbaf735fee
tree    1e44f0d32161992e966da632211b56c827c97e3f
parent  e95a97c2d92c34daa69f17972ab8384fd793c13d
...
30
31
32
33
 
34
35
36
...
30
31
32
 
33
34
35
36
0
@@ -30,7 +30,7 @@
0
 #define THIN_LISTEN_BACKLOG 511
0
 #endif
0
 #define THIN_CONNECTIONS_SIZE 100
0
-#define THIN_BUFFER_SLICES (80 + 32) * 2 /* big enough so we can fit MAX_HEADER */
0
+#define THIN_BUFFER_SLICES (80 + 32) /* big enough so we can fit MAX_HEADER */
0
 #define THIN_BUFFER_SIZE 1024
0
 
0
 /* TODO move this to parser ... */

Comments

    No one has commented yet.