Documentation fix

master
Dirk Engling 2007-11-21 01:54:31 +00:00
parent 8bf09ff6cb
commit a8821b42a4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
/* Fetch full scrape info for all torrents
Full scrapes usually are huge and one does not want to
allocate more memory. So lets get them in 1M units
allocate more memory. So lets get them in 512k units
*/
#define OT_SCRAPE_CHUNK_SIZE (512*1024)