changed usleep

This commit is contained in:
Dhanya Maliakal
2017-07-28 12:20:54 +02:00
parent f5773de068
commit 5027f66d77

View File

@ -139,7 +139,7 @@ int main(int argc, char *argv[]) {
FILE_LOG(logINFO) << "Ready ... ";
bprintf(GRAY, "\n[ Press \'Ctrl+c\' to exit ]\n");
while(keeprunning)
usleep(10 * 1000 * 1000);
usleep(5 * 1000 * 1000);
delete receiver;
FILE_LOG(logINFO) << "Goodbye!";