Functions like findFundamentalMat and findHomography have exposed the parameter bounding the number of iterations as an input argument. Particularly for findFundamentalMat, PR 16498 presented a detailed analysis of improvement in performance with increase in number of iterations.
The findEssentialMat function should expose the same argument for consistency and for potential performance gains.