修改docker-compose 文件打开文件修改跟踪
continuous-integration/drone/push Build is passing Details

Uat_Study
hang 2024-01-03 11:05:19 +08:00
parent ae4345cfcc
commit 572d4ea4b8
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ namespace IRaCIS.Application.Services.BackGroundJob
FileSystemWatcher watcher = new FileSystemWatcher(Path.GetDirectoryName(filePath), Path.GetFileName(filePath));
watcher.Changed += (sender, e) => LoadJsonFile(filePath);
//watcher.EnableRaisingEvents = true;
watcher.EnableRaisingEvents = true;
}