ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/tpb/scrape
(Generate patch)

Comparing tpb/scrape (file contents):
Revision 1.1 by root, Sun Sep 27 07:55:20 2015 UTC vs.
Revision 1.2 by root, Sat Jan 2 21:45:30 2016 UTC

3BEGIN { require "common.pl" } 3BEGIN { require "common.pl" }
4our ($TXN, %stat, $db_env, $TPB, $db_info, $TODAY); 4our ($TXN, %stat, $db_env, $TPB, $db_info, $TODAY);
5 5
6use common::sense; 6use common::sense;
7 7
8our $NUM_DOWNLOADERS = 6; 8our $NUM_DOWNLOADERS = 2; # minimum 2
9 9
10our $db_http = table "http"; 10our $db_http = table "http";
11our $db_torrent = table "torrent"; 11our $db_torrent = table "torrent";
12 12
13our $TODO; 13our $TODO;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines