~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf.example

  • Committer: Max Kanat-Alexander
  • Date: 2010-04-22 03:10:41 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: mkanat@bugzilla.org-20100422031041-7nvgi9m1kcs1s8m2
Pygments can be very slow on large files (about 1 second per 128K).
When loggerhead would try to highlight enormous files, it would
slow to a crawl, causing it to effectively hang. So here, we
make it only highlight files if they are smaller than 512K.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
    # name of this project
25
25
    name = 'bazaar'
26
 
    
 
26
 
27
27
    # for the top browsing page, you can include a description, in raw HTML.
28
28
    #description = 'Bazaar is a <i>revision control system</i>.'
29
29
 
30
 
    # should we cache revisions and build a text index?  (HIGHLY recommended)
31
 
    # this will be a folder containing a few files.  if the folder doesn't
 
30
    # should we cache files changed? (recommended for large trees)
 
31
    # this will be a folder containing one file.  if the folder doesn't
32
32
    # exist, it'll be created.
33
33
    #
34
34
    # all branches in this project will share the same cache, which is usually
63
63
[paramiko]
64
64
    name = 'paramiko'
65
65
    cachepath = '/Users/robey/code/paramiko/.bzr/loggerhead-files'
66
 
    
 
66
 
67
67
    # if an auto_publish_folder is given, any bazaar branches discovered in
68
68
    # that folder will be published.  using each branch's 'branch.conf' to
69
69
    # provide optional descriptions and public urls is a nice way to avoid
70
70
    # having to do much configuration here.
71
71
    auto_publish_folder = '/Users/robey/code/paramiko'
72
 
    
 
72
 
73
73
    # if all of the branches under an auto_publish_folder are exported to
74
74
    # the same (base) public url, you can specify that url prefix here, and
75
75
    # each discovered branch's public url will be generated.