mirror of
https://github.com/JHUAPL/kvspool.git
synced 2026-01-08 15:14:02 -05:00
fix
This commit is contained in:
@@ -100,7 +100,7 @@ int main(int argc, char *argv[]) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
if (++ticks % 1000) rd_kafka_poll(k, 10); // FIXME handle delivery reports
|
||||
if ((++ticks % 1000) == 0) rd_kafka_poll(k, 10);
|
||||
}
|
||||
|
||||
rc = 0;
|
||||
|
||||
Reference in New Issue
Block a user