We have a few long running Stored Procedures which run approx. 55 seconds each. Today, the Dal2 accepts Commands for a duration time of 30 seconds. The Peta Poco does have a few properties available for satisfy longer running circumstances..(as seen here)https://github.com/toptensoftware/PetaPoco/issues/37
'CommandTimeout' and 'OneTimeCommandTimeout'
Anything similar available with DNN Dal2 Implementation?