mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #2057 add option to change or disable search division count
This commit is contained in:
parent
33b2c79891
commit
8b9b00652c
5 changed files with 23 additions and 2 deletions
|
|
@ -122,3 +122,5 @@ $lang->allow_vote_non_member = 'Allow voting by non-members';
|
|||
$lang->allow_vote_cancel = 'Allow vote cancellation';
|
||||
$lang->allow_declare_from_same_ip = 'Allow reporting from same IP';
|
||||
$lang->allow_declare_cancel = 'Allow report cancellation';
|
||||
$lang->cmd_search_division = 'Search division';
|
||||
$lang->about_search_division = 'Divide search results into sections in order to reduce time and server load. Setting this value to 0 will disable divisions entirely.<br />Disabling divisions or using large values may cause serious problems such as timeouts or server overload. Values between 5000 and 10000 are recommended.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue