0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

ircd::server: Default to two requests in flight in a pipe.

This commit is contained in:
Jason Volk 2018-01-22 00:18:08 -08:00
parent 8ea6e4f96d
commit b91fcefe45

View file

@ -36,7 +36,7 @@ namespace ircd::server
// Maximum number of requests "in flight" in the pipe at at time
const size_t TAG_COMMIT_MAX_DEFAULT
{
1
2
};
ctx::dock dock;