Target URI exceeded maximum filesize

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
ned
Regular
Posts: 50
Joined: Fri May 07, 2004 4:11 pm

Target URI exceeded maximum filesize

Post by ned »

"Target URI exceeded maximum filesize of 153600 bytes."

This is the error message I receive when tracking back to a blog that likes to put all its posts in one day in the same entry. How can I fix/increase the max?

Is there any reason this would not be advisable? Thanks.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Target URI exceeded maximum filesize

Post by garvinhicking »

You can increase the size by editing your serendipity_config.inc.php and search for $serendipity['trackback_filelimit']. There you can set the amount of bytes which are allowed.

We chose that size because it's a reasonable one - since our trackback detection will fetch ALL links in your posts it may well be that we trackback huge pages and that only uses up your server's bandwidth and traffic. Thus we decided that above 150kb a webpage is usually not a single blog entry. :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply