Skip to content

🔧 Disallow config.max_non_synchronizing_literal = nil - #672

Merged
nevans merged 1 commit into
masterfrom
fix-config-max_non_synchronizing_literal
May 1, 2026
Merged

🔧 Disallow config.max_non_synchronizing_literal = nil#672
nevans merged 1 commit into
masterfrom
fix-config-max_non_synchronizing_literal

Conversation

@nevans

@nevans nevans commented May 1, 2026

Copy link
Copy Markdown
Collaborator

This was a copy/paste error. Setting max_non_synchronizing_literal to nil will result in send_literal raising an exception.

As is already documented, non-synchronizing literals can be disabled by setting this config option to -1.

This was a copy/paste error.  Setting `max_non_synchronizing_literal` to
`nil` will result in `send_literal` raising an exception.

As is already documented, non-synchronizing literals can be disabled by
setting this config option to `-1`.
@nevans nevans added bug Something isn't working config This issue or PR affects configuration labels May 1, 2026
@nevans nevans changed the title 🔧 Disallow max_non_synchronizing_literal = nil May 1, 2026
@nevans
nevans merged commit 085def0 into master May 1, 2026
39 checks passed
@nevans
nevans deleted the fix-config-max_non_synchronizing_literal branch May 1, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working config This issue or PR affects configuration

1 participant