Put Limiter hight

Where is this high value from? I cant see any error in Logfile.Bildschirmfoto%20von%202019-12-19%2012-10-15

that value is concurrent_limit in the successrates.sh script
cat “$LOG” | grep “upload rejected” -c

Line 75:

So, in docker you can run this to detect the concurrency messages:

docker logs storagenode 2>&1 | grep “upload rejected” -c

In your storj.yaml file you may wish to comment out the concurrency limit value set.