Page 1 of 1

Target URI exceeded maximum filesize

Posted: Wed Feb 16, 2005 11:27 pm
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.

Re: Target URI exceeded maximum filesize

Posted: Thu Feb 17, 2005 11:15 am
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