From: Alex Rousskov Date: Fri, 21 Oct 2011 22:01:51 +0000 (-0600) Subject: Reduced test Rock cache_dir size from 100MB to 10MB to reduce test overheads. X-Git-Tag: BumpSslServerFirst.take01~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fda15c05666e4165ba13f36b411154896bc4e657;p=thirdparty%2Fsquid.git Reduced test Rock cache_dir size from 100MB to 10MB to reduce test overheads. --- diff --git a/src/tests/testRock.cc b/src/tests/testRock.cc index 4fbd233387..e8f62b1c0a 100644 --- a/src/tests/testRock.cc +++ b/src/tests/testRock.cc @@ -50,7 +50,7 @@ testRock::setUp() char *path=xstrdup(TESTDIR); - char *config_line=xstrdup("foo 100 max-size=16384"); + char *config_line=xstrdup("foo 10 max-size=16384"); strtok(config_line, w_space);