On Mon, May 1, 2017 at 8:03 AM, 赵小强 <zxq_yx_007@xxxxxxx> wrote: > > Thanks for your reply , Junio ! > >> 在 2017年5月1日,09:54,Junio C Hamano <gitster@xxxxxxxxx> 写道: >> >> here. We need to find a better name for the option. Perhaps >> "--batch-size=<num>", "--max-messages-per-connection=<num>" or >> something? >> > > --batch-size is ok with me > >> - The code seems to do the "logging out and the logging back in" >> dance without any delay in between. Is it something we want to >> consider to add a small (possibly configurable) delay in between? > > It' s a good idea to have a configurable delay. It makes sense to have a configurable delay for git-send-email unrelated to this option, I'd use a facility like that. A lot of mail clients just sort based on date/msgid or whatever not date/subject, so the rapid-fire output of send-email often arrives out of order because it's all sent at the same second. I'd use some option where I could send a series as "all" and have it sleep(N) in between sending mails.