xx
continuous-integration/drone/push Build is passing Details

Uat_Study
hang 2024-01-03 13:39:17 +08:00
parent 1bcc831937
commit df2f179917
1 changed files with 3 additions and 3 deletions

View File

@ -124,9 +124,9 @@ namespace IRaCIS.Application.Services.BackGroundJob
throw new BusinessValidationFailedException(StaticData.International("IRaCISCHangfireJob_FileNotFound")); throw new BusinessValidationFailedException(StaticData.International("IRaCISCHangfireJob_FileNotFound"));
} }
//FileSystemWatcher watcher = new FileSystemWatcher(Path.GetDirectoryName(filePath), Path.GetFileName(filePath)); FileSystemWatcher watcher = new FileSystemWatcher(Path.GetDirectoryName(filePath), Path.GetFileName(filePath));
//watcher.Changed += (sender, e) => LoadJsonFile(filePath); watcher.Changed += (sender, e) => LoadJsonFile(filePath);
//watcher.EnableRaisingEvents = false; watcher.EnableRaisingEvents = false;
} }