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
Add `max_sync_buffer_size` and `max_async_buffer_size` options for
controlling processing mode.
Also refactor buffer source initialization to use unified option table
with basic validation.
Related #1789
-- Maximum total number of characters (across all selected buffers) for which buffer completion runs synchronously. Above this, asynchronous processing is used.
567
+
max_sync_buffer_size=20000
568
+
-- Maximum total number of characters (across all selected buffers) for which buffer completion runs asynchronously. Above this, buffer completions are skipped to avoid performance issues.
0 commit comments