You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new app setting (enableFileSystemMonitoring:bool) (#19)
* Adds a new app setting (enableFileSystemMonitoring:bool) to specify whether file system monitoring should be enabled for the nuget server
* Explanatory note about consequences of disabling file system monitoring
Set enableFileSystemMonitoring to true (default) to enable file system monitoring (which will update the package cache appropriately on file system changes).
54
+
Set it to false to disable file system monitoring.
55
+
NOTE: Disabling file system monitoring may result in increased storage capacity requirements as package cache may only be purged by a background job running
0 commit comments