Try our conversational search powered by Generative AI!

Avoid creating unnecessary FileSystemWatchers (enabled by default)

Found in

EPiServer.CMS.Core 12.0.4

Fixed in

EPiServer.CMS.Core 12.1.1

(Or a related package)

Created

Nov 11, 2021

Updated

Dec 06, 2021

Area

CMS Core

State

Closed, Fixed and tested


Description

FileSystemWatchers watched zip files that were related to shell modules. However, since the zip files do not change during runtime of the application, it was unnecessary to use the FileSystemWatcher. So now, FileSystemWatcher is disabled by default. You can enable it if you need it.