Skip to content

Commit

Permalink
Whitespace OCD
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsch committed Mar 4, 2016
1 parent 7880261 commit fd39f38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions doc/sphinx/phk/firstdesign.rst
Expand Up @@ -178,7 +178,7 @@ where we kept thinking in the old frame of reference (ie: Squid)::
How long time after the expiry can we serve a cached copy
of this document while we have reason to belive the backend
can supply us with an update ?

How long time after the expiry can we serve a cached copy
of this document if the backend does not reply or is
unreachable.
Expand Down Expand Up @@ -521,7 +521,7 @@ Soon those two inspiratons collided::
statements: /* empty */
| statement
| statements statement


statement: if_statement
| call_statement
Expand Down Expand Up @@ -641,7 +641,7 @@ Soon those two inspiratons collided::
if (obj.size > 256k) {
no-cache
} else if (obj.size > 32k && obj.ttl < 2m) {
obj.tll = 5m
obj.tll = 5m
}
if (backend.response_time > 2.0s) {
set ttl *= 2.0
Expand Down Expand Up @@ -682,7 +682,7 @@ Soon those two inspiratons collided::
object on the generation list, the purge object has been completed
and will be removed. A log entry is written with number of compares
and number of hits.

-----------------------------------------------------------------------
Random notes

Expand Down Expand Up @@ -836,7 +836,7 @@ Soon those two inspiratons collided::
Logfile processor
-i shmemfile
-e regexp
-o "/var/log/varnish.%Y%m%d.traffic"
-o "/var/log/varnish.%Y%m%d.traffic"
-e regexp2
-n "/var/log/varnish.%Y%m%d.exception" (NCSA format)
-e regexp3
Expand Down Expand Up @@ -1063,7 +1063,7 @@ A couple of days later the ideas had gel'ed::
if (obj.size > 256k) {
no-cache
} else if (obj.size > 32k && obj.ttl < 2m) {
obj.tll = 5m
obj.tll = 5m
}
if (backend.response_time > 2.0s) {
set ttl *= 2.0
Expand Down Expand Up @@ -1104,7 +1104,7 @@ A couple of days later the ideas had gel'ed::
object on the generation list, the purge object has been completed
and will be removed. A log entry is written with number of compares
and number of hits.

-----------------------------------------------------------------------
Random notes

Expand Down Expand Up @@ -1258,7 +1258,7 @@ A couple of days later the ideas had gel'ed::
Logfile processor
-i shmemfile
-e regexp
-o "/var/log/varnish.%Y%m%d.traffic"
-o "/var/log/varnish.%Y%m%d.traffic"
-e regexp2
-n "/var/log/varnish.%Y%m%d.exception" (NCSA format)
-e regexp3
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/phk/thatslow.rst
Expand Up @@ -101,7 +101,7 @@ observation::
And eventually I no longer think about code lines as an asset
to be accumulated, but rather as an expenditure to be avoided.

When I started Varnish, one of my main personal goals was to
When I started Varnish, one of my main personal goals was to
make it my highest quality program - ever [#f4]_.

This is why Varnish is written in "pidgin C" style and lousy with
Expand Down

0 comments on commit fd39f38

Please sign in to comment.