]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Reduced test Rock cache_dir size from 100MB to 10MB to reduce test overheads.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 21 Oct 2011 22:01:51 +0000 (16:01 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 21 Oct 2011 22:01:51 +0000 (16:01 -0600)
src/tests/testRock.cc

index 4fbd233387e368bb79463944cf5692c179a33e2d..e8f62b1c0a77eb6a0c0f559f3aaa5df1b7378b17 100644 (file)
@@ -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);