Does your pull request solve a problem? Please describe:
Until now, every second every worker needed to log successful queries. In the meantime, it couldn't execute queries, which led to a reduced load. Now, workers start a Thread to log the queries (network operation).
Does your pull request add a feature? Please describe:
Log successful queries in the background.
Resolves #249
Does your pull request solve a problem? Please describe:
Until now, every second every worker needed to log successful queries. In the meantime, it couldn't execute queries, which led to a reduced load. Now, workers start a Thread to log the queries (network operation).
Does your pull request add a feature? Please describe:
Log successful queries in the background.
Affected Component(s):
Worker
Additional context: