2 references to fiveMinutes
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (2)
256
if (span >
fiveMinutes
) // never let more than five minutes go by without checking
257
span =
fiveMinutes
;