Description
There doesn't seem to be a ton of benefit for setting the gremlinPool to something greater than the number of cores. This is a better default setting than is currently provided. Implement so as to make it that a gremlinPool of zero will use runtime.availableProcessors(). Update documentation.