diff options
-rw-r--r-- | ot_fullscrape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_fullscrape.c b/ot_fullscrape.c index bcf238c..bb78b8a 100644 --- a/ot_fullscrape.c +++ b/ot_fullscrape.c | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | /* Fetch full scrape info for all torrents | 20 | /* Fetch full scrape info for all torrents |
21 | Full scrapes usually are huge and one does not want to | 21 | Full scrapes usually are huge and one does not want to |
22 | allocate more memory. So lets get them in 1M units | 22 | allocate more memory. So lets get them in 512k units |
23 | */ | 23 | */ |
24 | #define OT_SCRAPE_CHUNK_SIZE (512*1024) | 24 | #define OT_SCRAPE_CHUNK_SIZE (512*1024) |
25 | 25 | ||