Skip to content

Commit

Permalink
add note to config re: max packet size
Browse files Browse the repository at this point in the history
  • Loading branch information
computermacgyver committed Oct 18, 2012
1 parent d17ae70 commit 2d43281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example_CONFIG_db.php
Expand Up @@ -30,7 +30,10 @@
$whitelistdomainlist="gov.uk:org.uk";
//Fetch only first part of each page, to avoid huge files? (Experimental!)
$fetchrangeonly=false;

// If $fetchrangeonly=true, what range to fetch? Here, the first 100KB is specified.
// Change this value to fetch pages larger than 100kb.
// NOTE: MySQL has a default maximum packet size of 1MB. If you wish to store pages larger than 1MB you will need to adjust this packet size in your server's confirguration: https://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_max_allowed_packet
$maxfetchsize=100000;

// Set spider penetration depth.
Expand Down

0 comments on commit 2d43281

Please sign in to comment.