Fine-tuning for injection performance

I have set up Neo4j 3.5.11 and am trying to finetune performance during a massive data injection. Everything is working nicely so far, but i keep getting these warnings in debug.log:

2019-09-30 12:40:11.115+0000 WARN [o.n.b.r.BoltConnectionReadLimiter] Channel [/127.0.0.1:36656]: client produced 301 messages on the worker queue, auto-read is being disabled.
2019-09-30 12:40:11.141+0000 WARN [o.n.b.r.BoltConnectionReadLimiter] Channel [/127.0.0.1:36656]: consumed messages on the worker queue below 100, auto-read is being enabled.

Is this something that I should worry about?