diff options
author | erdgeist <> | 2007-11-21 01:54:31 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-21 01:54:31 +0000 |
commit | a85798279b38afed34f54870c4956587cea3d865 (patch) | |
tree | 536711572ac31b705c55cbeffe6491ca7e7141bd | |
parent | e65ac51a28b15844ca6f6cd15b203d6594c1c81a (diff) |
Documentation fix
-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 | ||