3 references to DefaultPollingInterval
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFilesWatcher.cs (1)
107
_timerFactory = () => NonCapturingTimer.Create(RaiseChangeEvents, state: PollingChangeTokens, dueTime: TimeSpan.Zero, period:
DefaultPollingInterval
);
PollingFileChangeToken.cs (1)
42
internal static TimeSpan PollingInterval { get; set; } = PhysicalFilesWatcher.
DefaultPollingInterval
;
PollingWildCardChangeToken.cs (1)
67
internal TimeSpan PollingInterval { get; set; } = PhysicalFilesWatcher.
DefaultPollingInterval
;