You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: reject zero values for max_databases and transaction_timeout
Setting max_databases to 0 prevents any database from loading since the
length check always fails. Similarly, a zero transaction_timeout causes
every interruptible transaction to expire immediately. Both are obvious
misconfigurations that silently break the plugin.
Return Error::InvalidConfig from the builder setters so callers get a
clear error at configuration time rather than puzzling runtime behavior.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments