fix unnecessary config reload on save
This commit is contained in:
@@ -113,6 +113,7 @@ public class ConfigurationSaveService : IHostedService
|
||||
WriteIndented = true
|
||||
})).ConfigureAwait(false);
|
||||
File.Move(temp, config.ConfigurationPath, true);
|
||||
config.UpdateLastWriteTime();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user