mirror of
git://erdgeist.org/opentracker
synced 2025-03-13 06:01:07 +00:00
Debug settings for chunk size were _way_ to low for production
This commit is contained in:
parent
8f7ef4b2ea
commit
e3103d30f7
@ -25,7 +25,7 @@
|
|||||||
Full scrapes usually are huge and one does not want to
|
Full scrapes usually are huge and one does not want to
|
||||||
allocate more memory. So lets get them in 512k units
|
allocate more memory. So lets get them in 512k units
|
||||||
*/
|
*/
|
||||||
#define OT_SCRAPE_CHUNK_SIZE (1024)
|
#define OT_SCRAPE_CHUNK_SIZE (512*1024)
|
||||||
|
|
||||||
/* "d8:completei%zde10:downloadedi%zde10:incompletei%zdee" */
|
/* "d8:completei%zde10:downloadedi%zde10:incompletei%zdee" */
|
||||||
#define OT_SCRAPE_MAXENTRYLEN 256
|
#define OT_SCRAPE_MAXENTRYLEN 256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user