]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE3-round_robin_max_size.patch
- updated to 2.5.STABLE13
[packages/squid.git] / squid-2.5.STABLE3-round_robin_max_size.patch
CommitLineData
157be5d8 1Index: squid/src/store_dir.c
2diff -c squid/src/store_dir.c:1.135.2.1 squid/src/store_dir.c:1.135.2.2
3*** squid/src/store_dir.c:1.135.2.1 Mon Apr 1 05:33:47 2002
4--- squid/src/store_dir.c Thu Jul 17 09:39:49 2003
5***************
6*** 153,159 ****
7 continue;
8 if (sd->cur_size > sd->max_size)
9 continue;
10! if (!storeDirValidSwapDirSize(i, objsize))
11 continue;
12 /* check for error or overload condition */
13 load = sd->checkobj(sd, e);
14--- 153,159 ----
15 continue;
16 if (sd->cur_size > sd->max_size)
17 continue;
18! if (!storeDirValidSwapDirSize(dirn, objsize))
19 continue;
20 /* check for error or overload condition */
21 load = sd->checkobj(sd, e);
This page took 0.220563 seconds and 4 git commands to generate.