Update InterpreterSystemQuery.cpp

This commit is contained in:
Alexey Milovidov 2023-01-29 04:43:24 +03:00 committed by GitHub
parent fecccc87f6
commit f4eb19bd69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,8 +295,7 @@ BlockIO InterpreterSystemQuery::execute()
}
case Type::SYNC_FILE_CACHE:
{
// It's too heavy.
LOG_DEBUG(log, "will call syscall sync() function, It's too heavy.");
LOG_DEBUG(log, "Will perform 'sync' syscall (it can take time).");
sync();
break;
}