Minor comment tweaks.

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1523 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/options-overhaul
cmpilato 2007-01-26 20:03:03 +00:00
parent e7014db4cf
commit b597b6a485
2 changed files with 3 additions and 1 deletions

View File

@ -787,7 +787,7 @@ def check_freshness(request, mtime=None, etag=None, weak=0):
else:
isfresh = 0
## require revalidation after 15 minutes ...
# require revalidation after the configured amount of time
if cfg and cfg.options.http_expiration_time >= 0:
expiration = compat.formatdate(time.time() +
cfg.options.http_expiration_time)

View File

@ -58,6 +58,8 @@
# svn_roots (for Subversion)
# root_parents (for CVS or Subversion)
# default_root
# root_as_url_component
# rcs_dir
# mime_types_file
# the many options in the [utilities] section
#