The setting is similar to max_insert_block_size.
Use case
Client opens HTTP connection to the server and sends records row by row in POST request for INSERT query.
Server will write blocks to a table every max_insert_block_size rows or every max_insert_block_ms, whatever comes first.
TLDR: simply open a connection to the server and stream data to it.