mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Typo and DB.sql update
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ require_once("../test/showsleep.php");
|
||||
require_once("../test/functions.php");
|
||||
|
||||
|
||||
$version="0.3r920";
|
||||
$version="0.3r921";
|
||||
|
||||
$db = new DB();
|
||||
$functions = new Functions();
|
||||
@@ -27,7 +27,7 @@ $tmux = $t->get();
|
||||
$seq = (isset($tmux->sequential)) ? $tmux->sequential : 0;
|
||||
$powerline = (isset($tmux->powerline)) ? $tmux->powerline : 0;
|
||||
$colors = (isset($tmux->colors)) ? $tmux->colors : 0;
|
||||
$tpatch = $tmux->sqlpatch();
|
||||
$tpatch = $tmux->sqlpatch;
|
||||
|
||||
|
||||
if (command_exist("python3")) {
|
||||
|
||||
+4
-5
@@ -79,7 +79,6 @@ INSERT INTO tmux (setting, value) values ('defrag_cache','900'),
|
||||
('post_timer','30'),
|
||||
('import_bulk','0'),
|
||||
('backfill_qty','100000'),
|
||||
('collections_kill','0'),
|
||||
('postprocess_kill','0'),
|
||||
('crap_timer','30'),
|
||||
('fix_crap','0'),
|
||||
@@ -96,12 +95,8 @@ INSERT INTO tmux (setting, value) values ('defrag_cache','900'),
|
||||
('tcptrack_args','-i eth0 port 443'),
|
||||
('backfill_groups','4'),
|
||||
('post_kill_timer','300'),
|
||||
('optimize','0'),
|
||||
('optimize_timer','86400'),
|
||||
('monitor_path', NULL),
|
||||
('write_logs','0'),
|
||||
('sorter','0'),
|
||||
('sorter_timer', 30),
|
||||
('powerline','0'),
|
||||
('patchdb','0'),
|
||||
('patchdb_timer','21600'),
|
||||
@@ -165,6 +160,10 @@ INSERT INTO tmux (setting, value) values ('defrag_cache','900'),
|
||||
('spotnab_timer', '600'),
|
||||
('predb', '0'),
|
||||
('predb_timer', '600'),
|
||||
('sphinx', '0'),
|
||||
('sphinx_timer', '600'),
|
||||
('delete_parts', '0'),
|
||||
('delete_timer', '43200');
|
||||
('request_hours', '1'),
|
||||
('trakttvkey',''),
|
||||
('lookuppar2','0'),
|
||||
|
||||
Reference in New Issue
Block a user