Power-Refresh icon indicating copy to clipboard operation
Power-Refresh copied to clipboard

Add delay between updates of tracking file

Open IvanBond opened this issue 6 years ago • 1 comments

Currently RC updates tracking file at each cycle - each minute. OneDrive sometimes can't handle such frequency, so need a configurable delay-parameter.

IvanBond avatar Jan 18 '19 03:01 IvanBond

smth like ' update activity file each 10 min If ActivityTrackingFileUpdateTime <= Now - TimeSerial(0, 10, 0) Then Call UpdateActivityTrackingFile ' update file which can be used to check that Report Controller is online from external app ActivityTrackingFileUpdateTime = Now End If

IvanBond avatar Jan 31 '19 04:01 IvanBond