Index: benchmark/io/http/worker.cfa
===================================================================
--- benchmark/io/http/worker.cfa	(revision 644162a510c28976b45fa6818af7dfc6320f9cbf)
+++ benchmark/io/http/worker.cfa	(revision ae7adbc42eb2ac404f2a9a776b44ffdb54929317)
@@ -18,5 +18,5 @@
 void ?{}( Worker & this ) {
 	size_t cli = rand() % options.clopts.cltr_cnt;
-	((thread&)this){ "Server Worker Thread", *options.clopts.instance[cli], 512000 };
+	((thread&)this){ "Server Worker Thread", *options.clopts.instance[cli], 64000 };
 	options.clopts.thrd_cnt[cli]++;
 	this.pipe[0] = -1;
