Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/delimited_index_connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ delimited_index_connection::delimited_index_connection(
ss << "The size of the connection buffer (" << chunk_size
<< ") was not large enough\nto fit a complete line:\n * Increase it "
"by "
"setting `Sys.setenv(\"VROOM_CONNECTION_SIZE\")`";
"setting `Sys.setenv(\"VROOM_CONNECTION_SIZE\" = a number larger than the current size reported above)`";

cpp11::stop("%s", ss.str().c_str());
}
Expand Down
Loading