~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf.example

  • Committer: Robey Pointer
  • Date: 2007-01-14 01:20:39 UTC
  • Revision ID: robey@lag.net-20070114012039-9lv81vxc7hn3hyhg
when creating a lockfile object, if there's an existing lock file on the
filesystem that's older than (5 minutes), assume it's from a previous
session and blow it away.  otherwise, deadlocks happen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
# use this to change the server's port
3
 
#server.socket_port = 8080
4
 
 
5
 
# use this if you're mapping loggerhead within apache via proxy
6
 
#server.webpath = 'http://example.com/branches'
7
 
 
8
2
# where's bzrlib?
9
3
# (you only need this if you don't install bzr.)
10
4
#bzrpath = '/Users/robey/code/bzr/bzr'
12
6
# if you want a special title on the front page, set it here:
13
7
title = 'branches in loggerhead'
14
8
 
15
 
# the access and debug logs can be set up to roll 'daily', 'weekly', or 'never':
16
 
log.roll = 'weekly'
17
 
 
18
9
# group branches by project:
19
10
[bazaar]
20
11