DEFAULT_BUFFER_PROPERTY_NAME

Name of the JVM system property for the default channel capacity (64 by default).

See BUFFERED for details on how this property is used.

Setting this property affects the default channel capacity for channel constructors, channel-backed coroutines and flow operators that imply channel usage, including ones defined in 3rd-party libraries.

Usage of this property is highly discouraged and is intended to be used as a last-ditch effort as an immediate measure for hot fixes and duct-taping.