Skip to content

Commit

Permalink
MDL-54644 search: Fix typo in Solr search size setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmerrill committed May 19, 2016
1 parent 33892ed commit 0a0dc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/engine/solr/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
new lang_string('fileindexing_help', 'search_solr'), 1));
$settings->add(new admin_setting_configtext('search_solr/maxindexfilekb',
new lang_string('maxindexfilekb', 'search_solr'),
new lang_string('maxindexfilekb_help', 'search_solr'), '20197152', PARAM_INT));
new lang_string('maxindexfilekb_help', 'search_solr'), '2097152', PARAM_INT));
}
}
}

0 comments on commit 0a0dc5d

Please sign in to comment.