ext/common/ApplicationPoolServerExecutable.cpp in passenger-2.2.4 vs ext/common/ApplicationPoolServerExecutable.cpp in passenger-2.2.5

- old
+ new

@@ -264,10 +264,10 @@ * The life time of a Client object is guaranteed to be less than * that of its associated Server object. */ class Client { private: - static const int CLIENT_THREAD_STACK_SIZE = 1024 * 128; + static const int CLIENT_THREAD_STACK_SIZE = 1024 * 64; /** The Server that this Client object belongs to. */ Server &server; /** The connection to the client. */