Skip to content

Commit

Permalink
test, ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Nov 19, 2002
1 parent db3b118 commit 6c81994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/NewsVac/dump
Expand Up @@ -43,3 +43,5 @@ INSERT INTO vars (name, value, description) VALUES ('newsvac_admin_seclev', 1000
INSERT INTO vars (name, value, description) VALUES ('newsvac_min_weight', 10, 'Minimum weight to submit a story.'); INSERT INTO vars (name, value, description) VALUES ('newsvac_min_weight', 10, 'Minimum weight to submit a story.');
INSERT INTO vars (name, value, description) VALUES ('slashd_max_spiders','1','Maximum number of spiders to run in any given call to the run_spider.pl task. To disable set this value to 0. Warning: Disabling this limit will cause ALL SPIDERS that are stale to be executed the next time the run_spider task is executed. This may cause a lot of tasks to back up depending on your spidering set.'); INSERT INTO vars (name, value, description) VALUES ('slashd_max_spiders','1','Maximum number of spiders to run in any given call to the run_spider.pl task. To disable set this value to 0. Warning: Disabling this limit will cause ALL SPIDERS that are stale to be executed the next time the run_spider task is executed. This may cause a lot of tasks to back up depending on your spidering set.');
UPDATE vars SET value = 1 WHERE name = 'submit_show_weight'; UPDATE vars SET value = 1 WHERE name = 'submit_show_weight';

REPLACE INTO vars (name, value, description) VALUES ('version', '$Name$', 'Current version of Slash');

0 comments on commit 6c81994

Please sign in to comment.