Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlFileStatusMonitor
Description
Set the status refresh period. By default, the monitored files are refreshed every 5 minutes, providing the monitor is it suspended according to the suspend monitor policy. The refresh period has an impact on the load of the source control provider. A short period may overload the provider service.
| Name | SetUpdateStatusPeriodPolicy |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlFileStatusMonitor.h |
| Include Path | #include "SourceControlFileStatusMonitor.h" |
void SetUpdateStatusPeriodPolicy
(
const FTimespan & InRefreshPeriod
)