Monday, May 10, 2010

Disabling Indexing

There are times where i need to disable indexing for reason such as performance (e.g. when installing huge files)

The following line is the setting for doing just that.

Default

<setting name="Indexing.UpdateInterval" value="00:05:00" />

Set it to 00:00:00 to disable

<setting name="Indexing.UpdateInterval" value="00:00:00" />

No comments:

Post a Comment