Polling DOM interval in Appium

Hello,

I was searching for information on how to create Fluent Wait using appium-dotnet-driver. The information I lack is Polling DOM interval. Now I noticed that if appium cannot find the element it immediately polls the DOM again until implicit wait timeouts. I want to add some small wait before polling the DOM again. Is this parameter configurable? Is it possible to set? Cant find any documentation about this.