It appears so: https://github.com/dlang/phobos/blob/master/std/concurrency.d#L2164m_maxMsgs is default 0.
I guess it makes sense, as you could get deadlocks for specific restrictions, although I personally would side with forcing the programmer to specify the buffering policies rather than providing defaults.
