Jump to content

Manual:$wgDisableSearchUpdate/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgDisableSearchUpdate and the translation is 11% complete.
Search: $wgDisableSearchUpdate
If you've disabled search semi-permanently, this also disables updates to the table.
이 변수가 소개된 버전:1.1.0 이전
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(boolean)
기본값:false

상세

If you've disabled search semi-permanently, this also disables updates to the table. If you ever re-enable, be sure to rebuild the search table using rebuildtextindex.php .

The searchindex table gets populated when edits are saved. This may slow down your wiki if it gets a high rate of edits. You can disable search updates with this setting, and periodically run updateSearchIndex.php to update it during off-peak hours.