mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
torrent keyword search remove or
This commit is contained in:
@@ -451,13 +451,13 @@ $lang_settings = array
|
||||
'row_cleanup_interval' => "Auto Cleanup Interval",
|
||||
'text_cleanup_interval_note_one' => "Do cleanup (user promotion, demotion, adding seeding bonus, etc.) every XXX seconds.",
|
||||
'text_priority_one' => "Priority 1: ",
|
||||
'text_priority_one_note' => "Update peer status; Calculate seeding bonus. Default '900', i.e. 15 mins.",
|
||||
'text_priority_one_note' => "Update peer status; Calculate seeding bonus. Default '3600', i.e. 60 minutes.",
|
||||
'text_priority_two' => "Priority 2: ",
|
||||
'text_priority_two_note' => "Update torrents' visibility. Default '1800', i.e. 30 mins.",
|
||||
'text_priority_two_note' => "Update torrents' visibility. Default '5400', i.e. 90 minutes.",
|
||||
'text_priority_three' => "Priority 3: ",
|
||||
'text_priority_three_note' => "Update count of seeders, leechers, comments for torrents; Update forum post/topic count; Delete offers that are timeout; Expire torrent promotion; Automatically pick hot torrents. Default '3600', i.e. 60 mins.",
|
||||
'text_priority_three_note' => "Update count of seeders, leechers, comments for torrents; Update forum post/topic count; Delete offers that are timeout; Expire torrent promotion; Automatically pick hot torrents. Default '7200', i.e. 2 hours.",
|
||||
'text_priority_four' => "Priority 4: ",
|
||||
'text_priority_four_note' => "Delete unconfirmed accounts, old login attempts, invite codes and regimage codes; Clean up user accounts (delete inactive ones, do account promotion and demotion, banning, etc.); Post uploaded image; Update total seeding and leeching time of users. Default '43200', i.e. 24 hours.",
|
||||
'text_priority_four_note' => "Delete unconfirmed accounts, old login attempts, invite codes and regimage codes; Clean up user accounts (delete inactive ones, do account promotion and demotion, banning, etc.); Post uploaded image; Update total seeding and leeching time of users. Default '86400', i.e. 24 hours.",
|
||||
'text_priority_five' => "Priority 5: ",
|
||||
'text_priority_five_note' => "Delete torrents that doesn't exist any more; Lock very old forum topics; Delete very old report items. Default '1296000', i.e. 15 days.",
|
||||
'text_cleanup_interval_note_two' => "<b>NOTE</b>: Do <b>NOT</b> change the ascendant order of the times!",
|
||||
|
||||
Reference in New Issue
Block a user