On Mon, Jan 22, 2024 at 05:17:11PM +0200, Max Gurtovoy wrote:
> > What about 'enable_pi' instead of the inverted boolean logic?
>
> we can't change the default behavior (that is "enable" by default).
But couldn't we just have
enable_pi = true
as default then? This should be the same as
disallow_pi = false
?