You should enable long-polling, it will reduce the number of orphans a lot.
In your config.json, find this bit and change to true:
"longPolling": {
"enabled": false,
"timeout": 8500
},
I've heard from others that long-polling causes more trouble than benefit. But yeah, ridiculous number of orphans. I'll give it a go and watch.