pub fn embedding_batch_size(default: usize) -> usize
Embedding batch size, from XDG embedding.batch_size.
embedding.batch_size
Clamped to at least 1 so a 0 in the config cannot produce an empty batch loop that never makes progress.
0