using digit separators to improve readability

pull/2266/head
fynnwilliam 4 years ago
parent 95cdd785a2
commit 272d3d8f6d

@ -93,7 +93,7 @@ int main(int argc, char *argv[])
if (argc > 3) if (argc > 3)
{ {
queue_size = atoi(argv[3]); queue_size = atoi(argv[3]);
if (queue_size > 500000) if (queue_size > 500'000)
{ {
spdlog::error("Max queue size allowed: 500,000"); spdlog::error("Max queue size allowed: 500,000");
exit(1); exit(1);

Loading…
Cancel
Save